1
1
mirror of https://github.com/Tivix/django-rest-auth.git synced 2025-04-18 15:52:02 +03:00
django-rest-auth/demo/templates/signup.html
2014-10-16 13:13:55 +02:00

9 lines
163 B
HTML

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