Merge pull request 'Fix #19 Show ban ID' (#113) from show-ban-id into config

Reviewed-on: https://git.leftypol.org/leftypol/leftypol/pulls/113
This commit is contained in:
Zankaria 2024-03-26 14:09:54 +00:00 committed by Zankaria
commit 5709513cb7
2 changed files with 80 additions and 79 deletions

View file

@ -85,6 +85,7 @@
</span>
</p>
<p>{% trans %}Your IP address is{% endtrans %} <strong>{{ ban.ip }}</strong>.</p>
<p>{% trans %}Your ban ID is{% endtrans %} <strong>{{ ban.id }}</strong>.</p>
{% if config.ban_page_extra %}
<p>{{ config.ban_page_extra }}</p>