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:
parent
a59dcde688
commit
54a6408107
3 changed files with 5 additions and 5 deletions
|
|
@ -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()">← Back</a>
|
||||
<a class="btn btn-medium btn-success" href="javascript:history.back()">← {% trans 'Back'%}</a>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue