leftypol/templates/attention_bar.html

7 lines
237 B
HTML
Raw Normal View History

2012-12-23 18:01:59 +00:00
{% if config.attention_bar %}
2012-12-24 02:39:47 +00:00
<div id="attention_bar"></div>
<form method="post" action="{{ config.root }}attentionbar.php" id="attention_bar_form">
<input id="attention_bar_input" name="text" value="" type="text">
2012-12-23 18:01:59 +00:00
</form>
{% endif %}