mirror of
https://github.com/GOSTSec/gostweb
synced 2025-03-13 05:41:33 +00:00
15 lines
234 B
HTML
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 %}
|