|
|
|
@ -5,7 +5,7 @@ |
|
|
|
{% include "templates/blocks/header.html" with no_auth_btn=True %} |
|
|
|
{% include "templates/blocks/header.html" with no_auth_btn=True %} |
|
|
|
<div id="lilcity-vue-app" class="container"> |
|
|
|
<div id="lilcity-vue-app" class="container"> |
|
|
|
<div class="section"> |
|
|
|
<div class="section"> |
|
|
|
<div class="section__center center" style="width: 400px;"> |
|
|
|
<div class="section__center center" style="max-width: 400px;"> |
|
|
|
<div class="title">Регистрация</div> |
|
|
|
<div class="title">Регистрация</div> |
|
|
|
<form id="learner-registration-form" method="post" action="{% url 'lilcity:registration-learner' %}"> |
|
|
|
<form id="learner-registration-form" method="post" action="{% url 'lilcity:registration-learner' %}"> |
|
|
|
{% csrf_token %} |
|
|
|
{% csrf_token %} |
|
|
|
|