Skip to content
Snippets Groups Projects
Commit f483e01c authored by Martin Burchell's avatar Martin Burchell
Browse files

Remember previous tag selection

parent aaf33080
Branches
No related tags found
1 merge request!102Filter fixes
{% load i18n %}
<div class="filter-tags form-group input-group">
<label class="control-label" for="tags-selector">{% trans "Tags" %}</label>
<input type="text" placeholder="All Tags" name="tags" class="form-control">
<input type="text" placeholder="All Tags" name="tags" class="form-control" value="{{ filters.tags }}">
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment