error.html fix
This commit is contained in:
parent
821bdc3218
commit
f06a78d118
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@
|
|||
<title>Error</title>
|
||||
<p><a href="/list">user and tag list</a> | <a href="/documentation">Documentation</a></p>
|
||||
<p>
|
||||
Error: {% error_code %}
|
||||
Error: {{error_code}}
|
||||
</p>
|
||||
</html>
|
Loading…
Reference in a new issue