Commit b6a86d83 authored by Andrii Marynets's avatar Andrii Marynets

Change html template

parent 43f9af15
......@@ -29,6 +29,7 @@
<select class="form-control actions-select" name="media">
{% if request.GET.media %}
<option>{{ request.GET.media }}</option>
<option>All</option>
{% for i in media %}
<option>{{ i.name }}</option>
{% endfor %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment