mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-13 12:46:35 +03:00
9 lines
163 B
HTML
9 lines
163 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<div class="row">
|
|
<h3>Signup</h3><hr/>
|
|
{% include "fragments/signup_form.html" %}
|
|
</div>
|
|
{% endblock %}
|