Change-Id: I241cbec39a0ab654418e0ad2a1b27b81497762c6
This commit is contained in:
Akihiro Motoki 2017-10-06 08:13:31 +09:00
parent 1eb61ef506
commit 3e6e315e84
1 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,6 @@
{% block title %}{% trans "Unauthorized. Please try logging in again." %}{% endblock %}
{% block main %}
{% trans "You are mot authorized to access this page" %}
{% trans "You are not authorized to access this page" %}
<a href="{% url 'login' %}">{% trans "Login" %}</a>
{% endblock %}
{% endblock %}