7 lines
224 B
HTML
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>
|