diff --git a/view/templates/parts/feeds_filter_dialog.html b/view/templates/parts/feeds_filter_dialog.html new file mode 100644 index 0000000..5371c46 --- /dev/null +++ b/view/templates/parts/feeds_filter_dialog.html @@ -0,0 +1,24 @@ + +
+

Filter by feed

+ +
+ +
+ {% for feed in feeds %} + + {% endfor %} +
+ + +
diff --git a/view/templates/parts/filters.html b/view/templates/parts/filters.html index 70c12bb..a22f86c 100644 --- a/view/templates/parts/filters.html +++ b/view/templates/parts/filters.html @@ -1,16 +1,9 @@
-
+ - -
-

Filter by feed

- -
- -
- {% for feed in feeds %} - - {% endfor %} -
- - -
+ {% include "parts/feeds_filter_dialog.html" %}