|
@@ -3,7 +3,7 @@
|
|
<div class="text-center">
|
|
<div class="text-center">
|
|
<h1>{{ _('Page not found') }}</h1>
|
|
<h1>{{ _('Page not found') }}</h1>
|
|
{% autoescape false %}
|
|
{% autoescape false %}
|
|
- <p>{{ _('Go to %(search_page)s.', search_page='<a href="{}">{}</a>'.format(url_for('index'), _('search page'))) }}</p>
|
|
|
|
|
|
+ <p>{{ _('Go to %(search_page)s.', search_page='<a href="{}">{}</a>'.decode('utf-8').format(url_for('index'), _('search page'))) }}</p>
|
|
{% endautoescape %}
|
|
{% endautoescape %}
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|
|
{% endblock %}
|