Mercurial > trustbridge
view manuals/help-manual/_templates/layout.html @ 1155:5f5880cca5cf
Fix connect syntax in downloader destroy notification.
The braces were missing and qt warned about that.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Thu, 18 Sep 2014 12:55:12 +0200 |
parents | d6dc1144895b |
children |
line wrap: on
line source
{% extends '!layout.html' %} {%- block header %} {%- if theme_showheader|tobool %} <header id="pageheader"> <a href="{{ pathto(master_doc) }} "><img src="_static/trustbridge-logo.png"><h1>{{ docstitle }}</h1></a> </header> {%- endif %} {%- endblock %} {% block footer %} <footer id="pagefooter"> © 2014, BSI | TrustBridge {{version}}<br> <img src="_static/bsi-logo.png"> </footer> {% endblock %}