diff --git a/frontends/ycdl_flask/templates/channel.html b/frontends/ycdl_flask/templates/channel.html index 8aaeaef..bbb985a 100644 --- a/frontends/ycdl_flask/templates/channel.html +++ b/frontends/ycdl_flask/templates/channel.html @@ -12,38 +12,14 @@ @@ -179,20 +159,27 @@ https://stackoverflow.com/a/35153397 {{header.make_header()}}
-
{% if channel is not none %} - - +

{{channel.name}}

+ {% endif %} + +
+
+ + {% if channel is not none %} +
+

{% endif %} - View +
View {% if channel is not none %} All {% else %} All {% endif %} + {% for statename in all_states %} {% if channel is not none %} {{statename.capitalize()}} @@ -200,41 +187,18 @@ https://stackoverflow.com/a/35153397 {{statename.capitalize()}} {% endif %} {% endfor %} - +

- {% if channel is not none %} - - New videos are: - - - - -

- {% endif %} - - Sort by +
Sort by Date Duration Views Random - -
- -
- {% if channel is not none %} - - {% endif %}
+

@@ -290,8 +254,31 @@ https://stackoverflow.com/a/35153397
{% endfor %} +
+
+ + {% if channel is not none %} +
+
+ New videos are: + +
+

+ + +
+ {% endif %} + +