diff options
author | 2018-05-19 19:43:15 +0100 | |
---|---|---|
committer | 2018-05-19 19:43:15 +0100 | |
commit | 638a0ffd1940c639aa051ae27c705a7b460000d7 (patch) | |
tree | a1ac59198767bdd9e012c412aa9c4a5a76922605 /templates/main | |
parent | [Jams] Signups code is more or less done, just a few things left (diff) |
Fix infractions setup
Diffstat (limited to 'templates/main')
-rw-r--r-- | templates/main/jams/banned.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/main/jams/banned.html b/templates/main/jams/banned.html index adc82fef..fa47c1ec 100644 --- a/templates/main/jams/banned.html +++ b/templates/main/jams/banned.html @@ -18,7 +18,7 @@ permanently banned from participating in our code jams. <br /> <br /> - The reason given is: <span style="font-family: monospace">{{ infraction.reason }}</span> + The reason given is: <strong>{{ infraction.reason }}</strong> <br /> <br /> If you feel that this is a mistake, please feel free to contact one of the admins on Discord. @@ -29,12 +29,12 @@ temporarily banned from participating in our code jams. <br /> <br /> - The reason given is: <span style="font-family: monospace">{{ infraction.reason }}</span> + The reason given is: <strong>{{ infraction.reason }}</strong> <br /> <br /> If you feel that this is a mistake, please feel free to contact one of the admins on Discord. </p> - {% endif + {% endif %} <a class="uk-button uk-button-secondary uk-align-center" href="{{ url_for("main.jams.index") }}"> <i class="uk-icon fa-fw far fa-arrow-left"></i> Back to all code jams |