1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

add i18n translate and correct typo

This commit is contained in:
catborise 2019-10-28 09:00:47 +03:00
parent a59dcde688
commit 54a6408107
3 changed files with 5 additions and 5 deletions

View file

@ -4,12 +4,12 @@
{% block content %}
<div class="row">
<div class="col-xs-12" style="text-align: center;">
<h1>Oops!</h1>
<h1>{% trans 'Oops!' %}</h1>
<p class="lead">{% trans "500 Internal Server Error" %}</p>
<p>{% trans "The server encountered an internal error or misconfiguration and was unable to complete you request." %}</p>
<a class="btn btn-medium btn-success" href="javascript:history.back()">&larr; Back</a>
<a class="btn btn-medium btn-success" href="javascript:history.back()">&larr; {% trans 'Back'%}</a>
</div>
</div>
{% endblock %}