Login information

This commit is contained in:
Mikkel
2022-06-04 12:01:44 +02:00
parent a1f9d2b065
commit 6d09e89603
2 changed files with 14 additions and 0 deletions

View File

@ -20,5 +20,7 @@
</article>
{% endfor %}
{% else %}
<h1>Forside</h1>
<p>Login <a href="{{ url_for('Login.login') }}">her</a></p>
{% endif %}
{% endblock content %}

View File

@ -45,3 +45,15 @@
</form>
</div>
{% endblock content %}
{% block sidebar %}
<h3>Login Information</h3>
<p style="font-weight:bold">Forældre</p>
<p> Brugernavne: 5000, 5001, 5002 eller 5003</p>
<p> Kodeord: UIS</p>
<p style="font-weight:bold">Lærer</p>
<p> Brugernavne: 5004 eller 5005</p>
<p> Kodeord: UIS</p>
{% endblock sidebar %}