diff options
| author | Frederick Muriuki Muriithi | 2025-10-13 14:03:45 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2025-10-13 14:03:45 -0500 |
| commit | ea7d74dd341da50c1956ce59d5c788525893b0bf (patch) | |
| tree | abbe21790d163161cb88367c4008d8a5fd92625e /uploader/templates/publications/delete-publication-success.html | |
| parent | c2b93065da00ff6777ff48b7844adeb82ec65eda (diff) | |
| download | gn-uploader-ea7d74dd341da50c1956ce59d5c788525893b0bf.tar.gz | |
Publications: Add missing templates.
Diffstat (limited to 'uploader/templates/publications/delete-publication-success.html')
| -rw-r--r-- | uploader/templates/publications/delete-publication-success.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/uploader/templates/publications/delete-publication-success.html b/uploader/templates/publications/delete-publication-success.html new file mode 100644 index 0000000..53a44ec --- /dev/null +++ b/uploader/templates/publications/delete-publication-success.html @@ -0,0 +1,18 @@ +{%extends "publications/base.html"%} +{%from "flash_messages.html" import flash_all_messages%} + +{%block title%}View Publication{%endblock%} + +{%block pagetitle%}View Publication{%endblock%} + + +{%block contents%} +{{flash_all_messages()}} +{%endblock%} + + +{%block javascript%} +<script type="text/javascript"> + $(function() {}); +</script> +{%endblock%} |
