home · contact · privacy
Add foreign key restraints, expand and fix tests, add deletion and forking.
[misc] / todo_templates / tagfilters.html
1 need tags:
2 {{ macros.tagselection(submit_name='and_tag', selected_tags=filter_and, all_tags=tags) }}
3 <br />
4 hide tags:
5 {{ macros.tagselection(submit_name='not_tag', selected_tags=filter_not, all_tags=tags) }}
6