ungleich-user/dal/templates/mustbeloggedin.html
2019-02-17 17:43:06 +01:00

7 lines
224 B
HTML

<title> You must be logged in to access this page </title>
<h2> You must be logged in to access this page </h2>
<br><br>
<form action={% url 'index' %} method="get">
<input type="submit" value="Back to indexpage">
</form>