mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-03-12 22:21:46 +01:00
5 lines
126 B
HTML
5 lines
126 B
HTML
{% load i18n %}
|
|
<h1>
|
|
{% trans "Ticket submitted successfully! We will reply via email as soon as we get the chance." %}
|
|
</h1>
|