From 711ab93066b8c8bb3064133a8239df4fa09edb82 Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 26 Feb 2021 08:04:11 +0000 Subject: [PATCH] . --- longs/templates/longs/view.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/longs/templates/longs/view.html b/longs/templates/longs/view.html index 98d5a11f..e41183a8 100755 --- a/longs/templates/longs/view.html +++ b/longs/templates/longs/view.html @@ -6,13 +6,14 @@ {% block content %} -
-

Filter

-
- {{ filter.form }} - -
+
+
+

Filter

+
+ {{ filter.form }} + +
+
+ {% render_table table %}
-{% render_table table %} - {% endblock %} \ No newline at end of file