diff options
Diffstat (limited to 'uploader/templates/publications/index.html')
-rw-r--r-- | uploader/templates/publications/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/uploader/templates/publications/index.html b/uploader/templates/publications/index.html index 9a30c59..f846d54 100644 --- a/uploader/templates/publications/index.html +++ b/uploader/templates/publications/index.html @@ -9,6 +9,12 @@ {%block contents%} {{flash_all_messages()}} +<div class="row" style="padding-bottom: 1em;"> + <a href="{{url_for('publications.create_publication')}}" + class="btn btn-primary"> + add new publication</a> +</div> + <div class="row"> <table id="tbl-list-publications" class="table compact stripe"> <thead> |