feat: register page
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
</label>
|
||||
{{ field }}
|
||||
</div>
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% endfor %}
|
||||
@@ -44,7 +43,7 @@
|
||||
</button>
|
||||
<p class="text-sm font-light text-gray-500 mt-4 dark:text-gray-400">
|
||||
{% translate '¿Aún no tienes cuenta?' %}
|
||||
<a href="#" class="font-medium text-primary-600 hover:underline dark:text-primary-500">{% translate 'Regístrate aquí' %}</a>
|
||||
<a href="{% url 'web:register' %}" class="font-medium text-primary-600 hover:underline dark:text-primary-500">{% translate 'Regístrate aquí' %}</a>
|
||||
</p>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user