mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-17 19:29:28 +01:00
Allow global admin to make an announcement without affecting blotters (unused currently)
This commit is contained in:
parent
d794d88ae0
commit
b069fb9590
@ -37,6 +37,10 @@
|
|||||||
|
|
||||||
{% include 'attention_bar.html' %}
|
{% include 'attention_bar.html' %}
|
||||||
|
|
||||||
|
{% if config.announcement %}
|
||||||
|
{{ config.announcement }}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if board.uri not in config.banned_ad_boards %}
|
{% if board.uri not in config.banned_ad_boards %}
|
||||||
{% include 'ad_top.html' %}
|
{% include 'ad_top.html' %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user