diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-05-14 17:15:20 -0400 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-05-14 17:15:20 -0400 |
| commit | 62af4cf1e56a27db3d4a1dc33a759c83790a963e (patch) | |
| tree | 56a4b5919e86faf84223e51055cdab45a62229b4 /app/templates/admin/annotations.html | |
| parent | resource bugfix for firefox (diff) | |
| download | AnnotateChange-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.html | 6 |
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"> |
