1
0
mirror of https://github.com/GOSTSec/gostweb synced 2025-03-13 05:41:33 +00:00
2017-10-23 15:52:21 -04:00

15 lines
234 B
HTML

{% extends "integral_auth/base.html" %}
{% block signup_form %}
<h1 class="text-center">
Sign in
</h1>
<div>
{% load crispy_forms_tags %}
{% crispy form form.helper %}
</div>
{% endblock %}