From 2f58e23cd2545fee4a1d84b544d189f40e401c96 Mon Sep 17 00:00:00 2001 From: Pablo Moreno Date: Mon, 20 Jul 2026 13:00:18 +0200 Subject: [PATCH] fix: remove sign up button --- crochet/templates/crochet/base.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crochet/templates/crochet/base.html b/crochet/templates/crochet/base.html index 1a1b303..6b85ccb 100644 --- a/crochet/templates/crochet/base.html +++ b/crochet/templates/crochet/base.html @@ -59,8 +59,7 @@ {% else %} - {% trans 'Iniciar sesión' %} - {% trans 'Registrarme' %} + {% trans 'Iniciar sesión' %} {% endif %}