Merge branch 'master' of git.seidlm.at:seidl/rstcms

This commit is contained in:
Matthias Seidl 2020-11-20 11:40:10 +01:00
commit 60bd4344ea
2 changed files with 25 additions and 16 deletions

View File

@ -1,2 +1,5 @@
<h1>Error</h1>
<h1>Something bad happened</h1>
<p>{{ error.description }}</p>

View File

@ -1,3 +1,5 @@
<style>
pre { max-width: 100%; overflow: scroll; }
</style>
@ -12,3 +14,7 @@
{% else %}
<a href="/login">login</a>
{% endif %}