realms-wiki/realms/templates/auth/login.html

8 lines
132 B
HTML
Raw Normal View History

2013-10-02 04:50:48 +03:00
{% extends 'layout.html' %}
{% block body %}
2015-10-14 06:52:30 +03:00
{% for form in forms %}
{{ form|safe }}
2015-10-15 01:36:22 +03:00
<hr />
2015-10-14 06:52:30 +03:00
{% endfor %}
2014-08-30 18:06:12 +03:00
{% endblock %}