From 5151bb11ba489e3b6bfa1a0b610b08ea19b8b387 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 30 Apr 2020 12:18:32 -0400 Subject: [PATCH] Improve layout of resource lists --- hubsrht/templates/resource-list.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hubsrht/templates/resource-list.html b/hubsrht/templates/resource-list.html index aaae3e2..06aed11 100644 --- a/hubsrht/templates/resource-list.html +++ b/hubsrht/templates/resource-list.html @@ -5,11 +5,7 @@ {% block content %}
- {% if current_user and current_user.id == owner.id %}
- {% else %} -
- {% endif %}
-
+ {% if current_user and current_user.id == owner.id %} +
+ {% else %} +
+ {% endif %} {% block resource_list %} TODO: populate resource list {% endblock %} {{pagination()}}
{% if current_user and current_user.id == owner.id %} -
+
{% block sidebar %} TODO: populate sidebar {% endblock %}