ungleich-user/dal/templates/mustbeloggedin.html

8 lines
224 B
HTML
Raw Normal View History

<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>