Removed board.id. Use the board URI/name at the key instead.

This commit is contained in:
Michael Save 2012-04-12 23:23:47 +10:00
parent c39c54c2c2
commit 95709e7588
8 changed files with 117 additions and 98 deletions

View file

@ -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 %}