diff options
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"> |
