mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-14 13:16:33 +03:00
9 lines
161 B
HTML
9 lines
161 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<div class="row">
|
|
<h3>Login</h3><hr/>
|
|
{% include "fragments/login_form.html" %}
|
|
</div>
|
|
{% endblock %}
|