fnp
/
prawokultury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Translating thematic track names in the CopyCamp registration form
[prawokultury.git]
/
contact
/
templates
/
contact
/
thanks.html
1
{% extends "base.html" %}
2
{% load i18n %}
3
{% block "body" %}
4
5
<h1>{% block contact_form_title %}{% trans "Thank you" %}{% endblock %}</h1>
6
7
{% block contact_form_description %}
8
<p class="notice">{% trans "Thank you for submitting the contact form." %}</p>
9
{% endblock %}
10
11
{% endblock %}