|
|
|
@ -1,6 +1,5 @@ |
|
|
|
{% load sass_tags %} |
|
|
|
{% load sass_tags %} |
|
|
|
<link rel='stylesheet' href='{% sass_src "partials/sass/registration.sass" %}'> |
|
|
|
<link rel='stylesheet' href='{% sass_src "partials/sass/registration.sass" %}'> |
|
|
|
<script type="text/javascript" src="http://www.google.com/recaptcha/api/js/recaptcha_ajax.js"></script> |
|
|
|
|
|
|
|
<div class="form-regestration"> |
|
|
|
<div class="form-regestration"> |
|
|
|
<form method="post" id="form-registration">{% csrf_token %} |
|
|
|
<form method="post" id="form-registration">{% csrf_token %} |
|
|
|
{{ form.non_field_errors }} |
|
|
|
{{ form.non_field_errors }} |
|
|
|
|