feat: register page

This commit is contained in:
Pablo Moreno
2025-01-16 00:31:27 +01:00
parent 1a518a36d5
commit 66303392dd
6 changed files with 245 additions and 54 deletions
+1 -2
View File
@@ -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>