Uniformize style a little bit

This commit is contained in:
2024-06-07 19:26:28 +02:00
parent 49d60871c9
commit 9c764d536e
8 changed files with 31 additions and 59 deletions

View File

@@ -14,6 +14,6 @@
}) }}
{{ form_row(registrationForm.agreeTerms) }}
<button type="submit" class="btn">Register</button>
<button type="submit" class="btn btn-primary">Register</button>
{{ form_end(registrationForm) }}
{% endblock %}