Skip to content

Commit e029e73

Browse files
committed
Add DJ logo to registration page.
1 parent a5d47f3 commit e029e73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

webapp/templates/security/register.html.twig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111

1212
{% block body %}
1313
<main>
14+
<div style="text-align: center;">
15+
<img class="mb-4" src="{{ asset('images/DOMjudgelogo.svg') }}" alt="DOMjudge" width="72">
16+
</div>
1417
{{ form_start(registration_form, { 'attr': {'class': 'form-signin'} }) }}
1518
<h1 class="h3 mb-3 fw-normal">Register Account</h1>
1619
<div class="mb-2">

0 commit comments

Comments
 (0)