This commit is contained in:
2021-04-02 22:06:52 +02:00
parent 52271811ad
commit 092b91825f
20 changed files with 73 additions and 73 deletions

View File

@@ -3,13 +3,13 @@
{% load i18n %}
{% load widget_tweaks %}
# {% block title %}{% trans 'Sign up' %}{% endblock %}
# {% block title %}{% translate 'Sign up' %}{% endblock %}
{% block maincontent %}
<form class="LP-Form" method="POST">
<fieldset class="LP-Form__Fieldset">
<legend class="LP-Form__Legend">{% trans 'Sign up' %}</legend>
<legend class="LP-Form__Legend">{% translate 'Sign up' %}</legend>
{% csrf_token %}
<div class="LP-Form__Composition LP-Form__Composition--breakable">
<div class="LP-Form__Field">
@@ -38,7 +38,7 @@
<div class="LP-Form__Composition LP-Form__Composition--buttons">
<div class="LP-Form__Field LP-Form__Button LP-Input">
<button class="LP-Button">{% trans 'Sign up' %}</button>
<button class="LP-Button">{% translate 'Sign up' %}</button>
</div>
</div>
</fieldset>