2015-02-01 18:55:24 +01:00
|
|
|
{% extends "contact_form/base.html" %}
|
|
|
|
{% load i18n %}
|
|
|
|
|
2023-04-16 22:11:32 +02:00
|
|
|
{% block title %}{{ block.super }} - {% translate "Contact" %}{% endblock title %}
|
|
|
|
{% block page_title %}{% translate "Contact" %}{% endblock page_title %}
|
2015-02-01 18:55:24 +01:00
|
|
|
|
|
|
|
{% block content %}
|
2023-04-16 22:11:32 +02:00
|
|
|
<p class="text-success">{% translate "Your message has been sent successfully." %}</p>
|
2015-02-01 18:55:24 +01:00
|
|
|
{% endblock %}
|