aboutsummaryrefslogtreecommitdiff
path: root/app/templates/admin/annotations.html
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-05-14 17:15:20 -0400
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-05-14 17:15:20 -0400
commit62af4cf1e56a27db3d4a1dc33a759c83790a963e (patch)
tree56a4b5919e86faf84223e51055cdab45a62229b4 /app/templates/admin/annotations.html
parentresource bugfix for firefox (diff)
downloadAnnotateChange-62af4cf1e56a27db3d4a1dc33a759c83790a963e.tar.gz
AnnotateChange-62af4cf1e56a27db3d4a1dc33a759c83790a963e.zip
Add support for viewing annotations
Diffstat (limited to 'app/templates/admin/annotations.html')
-rw-r--r--app/templates/admin/annotations.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/templates/admin/annotations.html b/app/templates/admin/annotations.html
index 4807b8e..089de3b 100644
--- a/app/templates/admin/annotations.html
+++ b/app/templates/admin/annotations.html
@@ -1,7 +1,13 @@
{% extends "base.html" %}
+{% import 'bootstrap/wtf.html' as wtf %}
{% block app_content %}
<h1>View Annotations</h1>
+<div class="row">
+ <div class="col-md-4">
+ {{ wtf.quick_form(form) }}
+ </div>
+</div>
<article class="overview">
<table class="table table-striped">
<thead class="thead-dark">