Allow the user to decide whether or not he wants to display his country

This commit is contained in:
Fredrick Brennan 2014-09-20 15:21:50 +00:00
parent 1ce9fb8174
commit 23c73ca839
4 changed files with 8 additions and 2 deletions

View file

@ -15,7 +15,7 @@
{{ antibot.html() }}
</th>
<td>
<input type="text" name="name" size="25" maxlength="35" autocomplete="off">
<input type="text" name="name" size="25" maxlength="35" autocomplete="off"> {% if config.allow_no_country and config.country_flags %}<input id="no_country" name="no_country" type="checkbox"> <label for="no_country">{% trans %}Don't show my flag{% endtrans %}</label>{% endif %}
{{ antibot.html() }}
</td>
</tr>{% endif %}