remove trans tags from static html files
This commit is contained in:
parent
4f6eef75bb
commit
7f48cd99f8
@ -1,3 +1,3 @@
|
|||||||
<h1>400</h1>
|
<h1>400</h1>
|
||||||
|
|
||||||
{% trans "Sorry :( we screwed up" %}
|
Sorry :( we screwed up.
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
<h1>404</h1>
|
<h1>404</h1>
|
||||||
|
|
||||||
{% trans "Sorry :( we screwed up" %}
|
Sorry :( we screwed up.
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
<h1>500</h1>
|
<h1>500</h1>
|
||||||
|
|
||||||
{% trans "Sorry :( we screwed up" %}
|
Sorry :( we screwed up.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user