diff --git a/tickets/templates/tickets/aff_ticket.html b/tickets/templates/tickets/aff_ticket.html index 7bf5b04d..ede878b3 100644 --- a/tickets/templates/tickets/aff_ticket.html +++ b/tickets/templates/tickets/aff_ticket.html @@ -51,7 +51,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% endif %} {{ ticket.date | naturalday}}. {% if not ticket.user %} - {% trans "Response address: " %}{{ticket.email}} + {% trans "Response address: " %}{{ticket.email}} {% endif %}
diff --git a/tickets/templates/tickets/contact.html b/tickets/templates/tickets/contact.html index 0a348f01..475af26d 100644 --- a/tickets/templates/tickets/contact.html +++ b/tickets/templates/tickets/contact.html @@ -5,7 +5,7 @@
- {% blocktrans %} Si vous rencontrez des problème concernant les services proposés par l'association {{ asso_name }}, il vous est possible d'ouvir un ticket qui sera traité par les membres actifs de l'association. Si vous souhaitez nous contacter pour une question autres qu'un problème technique, choisissez l'une des adresses mail ci-dessous. {% endblocktrans %} + {% blocktrans %}If you are experiencing issues with the services offered by {{asso_name}}, you can open a ticket that will be taken care of. If you want to contact us on any other topic, please choose one address below.{% endblocktrans %}
diff --git a/tickets/templates/tickets/form_preferences.html b/tickets/templates/tickets/form_preferences.html index 83339484..03a6a333 100644 --- a/tickets/templates/tickets/form_preferences.html +++ b/tickets/templates/tickets/form_preferences.html @@ -25,13 +25,12 @@ with this program; if not, write to the Free Software Foundation, Inc., {% endcomment %} {% load bootstrap3 %} -{% load massive_bootstrap_form %} {% load i18n %} {% block title %}{% trans "Ticket" %}{% endblock %} {% block content %} -

Edition des préférences des Tickets

+

{% trans "Tickets settings modification" %}

{% for message in messages %}