Added: /pol/-like flags based on a953229de7

Conflicts:
	inc/config.php
	templates/post_form.html
This commit is contained in:
kaf 2014-04-19 12:56:59 +00:00 committed by czaks
parent 17967436e3
commit f83c87b623
4 changed files with 46 additions and 0 deletions

View file

@ -79,6 +79,19 @@
</td>
</tr>
{% endif %}
{% if config.user_flag %}
<tr>
<th>{% trans %}Flag{% endtrans %}</th>
<td>
<select name="user_flag" id="user_flag">
<option value="">{% trans %}None{% endtrans %}</option>
{% for flag, text in config.user_flags %}
<option value="{{ flag }}">{{ text }}</option>
{% endfor %}
</select>
</td>
</tr>
{% endif %}
<tr id="upload">
<th>
{% trans %}File{% endtrans %}