forked from leftypol/leftypol
Removed board
.id
. Use the board URI/name at the key instead.
This commit is contained in:
parent
c39c54c2c2
commit
95709e7588
8 changed files with 117 additions and 98 deletions
|
@ -4,8 +4,8 @@
|
|||
<h2>{% trans %}You are banned! ;_;{% endtrans %}</h2>
|
||||
<p>
|
||||
{% trans %}You have been banned from{% endtrans %}
|
||||
{% if ban.uri %}
|
||||
<strong>{{ config.board_abbreviation|sprintf(ban.uri) }}</strong>
|
||||
{% if ban.board %}
|
||||
<strong>{{ config.board_abbreviation|sprintf(ban.board) }}</strong>
|
||||
{% else %}
|
||||
{% trans %}all boards{% endtrans %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue