remove trans tags from static html files

This commit is contained in:
Thomas Waldmann 2014-06-07 00:43:07 +02:00
parent 4f6eef75bb
commit 7f48cd99f8
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
<h1>400</h1> <h1>400</h1>
{% trans "Sorry :( we screwed up" %} Sorry :( we screwed up.

View File

@ -1,3 +1,3 @@
<h1>404</h1> <h1>404</h1>
{% trans "Sorry :( we screwed up" %} Sorry :( we screwed up.

View File

@ -1,3 +1,3 @@
<h1>500</h1> <h1>500</h1>
{% trans "Sorry :( we screwed up" %} Sorry :( we screwed up.