fnp
/
prawokultury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
fa4d8d55e043694e5e3c25b5c7e861c236297a33
[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 %}