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

Try again with remembering previous tag selection

parent f483e01c
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" value="{{ filters.tags }}">
<input type="text" placeholder="All Tags" name="tags" class="form-control" value="{{ request.GET.tags }}">
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment