mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
Sets "Pywb Error" string as translatable in error template (#868)
This commit is contained in:
parent
83b2113be2
commit
af92a9726e
@ -3,7 +3,7 @@
|
||||
{% block body %}
|
||||
<div class="container text-danger error">
|
||||
<div class="row justify-content-center">
|
||||
<h2 class="display-2">Pywb Error</h2>
|
||||
<h2 class="display-2">{{ _('Pywb Error') }}</h2>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-12 text-center">
|
||||
|
Loading…
x
Reference in New Issue
Block a user