diff options
author | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2018-07-19 20:24:07 +0200 |
---|---|---|
committer | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2018-07-19 20:24:07 +0200 |
commit | bf9072e5a34cc3ab14b704fbef1fa4bb5dc14829 (patch) | |
tree | d75e42c1c2878c63375711bcd8e43970384f2cb2 /templates/buglist.html | |
parent | 9f22aba8091dd082ad98d5ab9cdb603899298c51 (diff) | |
download | hemiptera-bf9072e5a34cc3ab14b704fbef1fa4bb5dc14829.tar.gz hemiptera-bf9072e5a34cc3ab14b704fbef1fa4bb5dc14829.tar.bz2 hemiptera-bf9072e5a34cc3ab14b704fbef1fa4bb5dc14829.zip |
added footer.
Diffstat (limited to 'templates/buglist.html')
-rw-r--r-- | templates/buglist.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/buglist.html b/templates/buglist.html index 15806e8..eb16bf0 100644 --- a/templates/buglist.html +++ b/templates/buglist.html @@ -61,5 +61,5 @@ </table> {{ macros.form(prname, DOMAIN) }} - +{{ macros.footer() }} </body> |