Login information
This commit is contained in:
@ -20,5 +20,7 @@
|
||||
</article>
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
<h1>Forside</h1>
|
||||
<p>Login <a href="{{ url_for('Login.login') }}">her</a></p>
|
||||
{% endif %}
|
||||
{% endblock content %}
|
||||
|
@ -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 %}
|
||||
|
Reference in New Issue
Block a user