diff --git a/appointment/__init__.py b/appointment/__init__.py index 7c25e4e..eeeb2cd 100644 --- a/appointment/__init__.py +++ b/appointment/__init__.py @@ -5,5 +5,5 @@ __package_name__ = "django-appointment" __url__ = "https://github.com/adamspd/django-appointment" __package_website__ = "https://django-appt.adamspierredavid.com/" -__version__ = "3.1.2" +__version__ = "3.1.3" __test_version__ = False diff --git a/appointment/templates/error_pages/304_already_submitted.html b/appointment/templates/error_pages/304_already_submitted.html index 7b47fdb..3cde2a1 100644 --- a/appointment/templates/error_pages/304_already_submitted.html +++ b/appointment/templates/error_pages/304_already_submitted.html @@ -1,4 +1,4 @@ - + {% extends BASE_TEMPLATE %} {% load i18n %} {% load static %} @@ -9,10 +9,10 @@ {% endblock %} {% block title %} - {{ page_title }} + {% trans "Not authorized!" %} {% endblock %} {% block description %} - {{ page_description }} + {% trans "Form resubmission not allowed." %} {% endblock %} {% block body %} @@ -22,10 +22,10 @@
Sorry, re-submission is not allowed.
-But don't worry, you can create a new appointment.
+ >{% trans 'Sorry, re-submission is not allowed' %}. +{% translate "But don't worry, you can create a new appointment" %}.
- +