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