diff options
Diffstat (limited to 'uploader/templates/publications/sui-base.html')
| -rw-r--r-- | uploader/templates/publications/sui-base.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/uploader/templates/publications/sui-base.html b/uploader/templates/publications/sui-base.html new file mode 100644 index 0000000..64e41ef --- /dev/null +++ b/uploader/templates/publications/sui-base.html @@ -0,0 +1,9 @@ +{%extends "sui-base.html"%} + +{%block breadcrumbs%} +{{super()}} +<li class="breadcrumb-item"> + <a href="{{url_for('publications.index')}}" + title="Manage publications">Publications</a> +</li> +{%endblock%} |
