Skip to content

Commit

Permalink
Add DJ logo to registration page.
Browse files Browse the repository at this point in the history
  • Loading branch information
meisterT committed Apr 1, 2024
1 parent a5d47f3 commit 0875c96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webapp/templates/security/register.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

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

0 comments on commit 0875c96

Please sign in to comment.