Merge branch 'feature/registration_failed/html' into 'develop'

Feature/registration failed/html

See merge request 2020-2021/online/s101/group-02/access_controller!84
This commit is contained in:
Кравченко Артем
2021-05-20 15:21:45 +00:00
4 changed files with 19 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
{% extends 'base/base.html' %}
{% block title %}
Регистрация закрыта
{% endblock %}
{% block content %}
<div style="margin: 10%; text-align: center;">
<p style="color: rgb(201, 58, 63); font-size: 72px;">К сожалению, регистрация закрыта.</p>
<a type="button" class="btn btn-outline-primary btn-lg" href="/">На главную</a>
</div>
{% endblock %}