diff options
Diffstat (limited to 'budget/templates/authenticate.html')
| -rw-r--r-- | budget/templates/authenticate.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/budget/templates/authenticate.html b/budget/templates/authenticate.html index 83839e1..7af2440 100644 --- a/budget/templates/authenticate.html +++ b/budget/templates/authenticate.html @@ -3,8 +3,8 @@ <h2>Authentication</h2> {% if create_project %} -<p class="info">The project you are trying to access do not exist, do you want -to <a href="{{ url_for(".create_project", project_id=create_project) }}">create it</a>? +<p class="info">{{ _("The project you are trying to access do not exist, do you want +to") }} <a href="{{ url_for(".create_project", project_id=create_project) }}">{{ _("create it") }}</a>{{ _("?") }} </p> {% endif %} <form action="" method="POST" accept-charset="utf-8"> |
