From 3f18897ad2fe0069a8a7ef9a52ccdefb695bd992 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 5 Jun 2019 17:22:55 +0100 Subject: Add support for DataTables in admin view --- app/templates/admin/annotations.html | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'app/templates/admin/annotations.html') diff --git a/app/templates/admin/annotations.html b/app/templates/admin/annotations.html index 089de3b..bedf425 100644 --- a/app/templates/admin/annotations.html +++ b/app/templates/admin/annotations.html @@ -1,6 +1,11 @@ {% extends "base.html" %} {% import 'bootstrap/wtf.html' as wtf %} +{% block styles %} +{{ super() }} + +{% endblock %} + {% block app_content %}

View Annotations

@@ -8,8 +13,9 @@ {{ wtf.quick_form(form) }}
+
- +
@@ -26,3 +32,13 @@
Dataset Username
{% endblock %} + +{% block scripts %} +{{ super() }} + + +{% endblock scripts %} -- cgit v1.2.3