Use double quotes since single quotes are used in the 500 string.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-04-30 01:46:37 -04:00
parent 4db641372d
commit 9cde4d7b04

View File

@@ -8,7 +8,7 @@
<div class="content">
<h3 class="title">{% trans 'Server error' %}</h3>
<div class="inner">
<p>{% trans 'There's been an error. It's been reported to the site administrators via e-mail and should be fixed shortly. Thanks for your patience.' %}</p>
<p>{% trans "There's been an error. It's been reported to the site administrators via e-mail and should be fixed shortly. Thanks for your patience." %}</p>
</div>
</div>
{% endblock %}