login button changed text

This commit is contained in:
Thomas Nahuel Rusiecki 2025-02-17 15:58:31 -03:00
parent 71bdf152d3
commit 623be6bbe0

View file

@ -38,7 +38,7 @@
<input name="next" type="hidden" value="{{ success_url }}">
<div class="col-12 mb-3">
<button class="btn btn-green-user w-100" type="submit">{% trans "Next" %}</button>
<button class="btn btn-green-user w-100" type="submit">{% trans "Login" %}</button>
</div>
</form>