django-rest-auth/demo/templates/login.html
2014-10-15 17:32:19 +02:00

9 lines
161 B
HTML

{% extends "base.html" %}
{% block content %}
<div class="row">
<h3>Login</h3><hr/>
{% include "fragments/login_form.html" %}
</div>
{% endblock %}