We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d47f3 commit e029e73Copy full SHA for e029e73
webapp/templates/security/register.html.twig
@@ -11,6 +11,9 @@
11
12
{% block body %}
13
<main>
14
+ <div style="text-align: center;">
15
+ <img class="mb-4" src="{{ asset('images/DOMjudgelogo.svg') }}" alt="DOMjudge" width="72">
16
+ </div>
17
{{ form_start(registration_form, { 'attr': {'class': 'form-signin'} }) }}
18
<h1 class="h3 mb-3 fw-normal">Register Account</h1>
19
<div class="mb-2">
0 commit comments