Добавлена возможность повторной отправки подтверждения регистрации

This commit is contained in:
2021-08-14 22:33:17 +03:00
parent cff187f449
commit ff792aedc1
6 changed files with 180 additions and 100 deletions

View File

@@ -1,6 +1,7 @@
{% extends "base.html" %}
{% block content %}
<div class="container has-text-centered">
<section class="hero is-medium">
<div class="hero-body">
@@ -13,4 +14,5 @@
</div>
</section>
</div>
{% endblock %}