diff options
Diffstat (limited to 'app/templates')
| -rw-r--r-- | app/templates/base.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/templates/base.html b/app/templates/base.html index f11760a..eec1fc2 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -49,9 +49,11 @@ {% block app_content %} {% endblock %} </main> + {%- block footer %} <footer class="fixed-bottom"> <div class="container"> <span class="text-muted">This is AnnotateChange version {{ config.APP_VERSION }}. For questions or comments, please <a href="mailto:annotatechange@gmail.com">send us an email</a>.</span> </div> </footer> + {%- endblock footer %} {% endblock %} |
