[enh] category selection remember

This commit is contained in:
asciimoo 2013-10-19 19:56:11 +02:00
parent 247c9144f2
commit 83c39a565a
2 changed files with 4 additions and 1 deletions

View file

@ -6,4 +6,5 @@
{{ category }}: <input type="checkbox" name="category_{{ category }}" {% if category in selected_categories %}checked="checked"{% endif %} />
{% endfor %}
</p>
<p>remember categories:<input type="checkbox" name="save" checked="checked" /></p>
</form>