diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2013-04-12 01:32:37 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2013-04-12 01:32:37 +0200 |
commit | abfc1005db0f256ca60823f61b8a904304eb9a4c (patch) | |
tree | 87c1f13512cae335759d9bf43dab7fc60c3afec0 /templates/404.jinja | |
parent | 978f1a4999937a56bd3861a219bb2d9082ba5de6 (diff) | |
download | kosten-abfc1005db0f256ca60823f61b8a904304eb9a4c.tar.gz kosten-abfc1005db0f256ca60823f61b8a904304eb9a4c.tar.bz2 kosten-abfc1005db0f256ca60823f61b8a904304eb9a4c.zip |
In Flask/Jinja: Show / Categories
Diffstat (limited to '')
-rw-r--r-- | templates/404.jinja | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/404.jinja b/templates/404.jinja index c802610..aeab58d 100644 --- a/templates/404.jinja +++ b/templates/404.jinja @@ -1,6 +1,7 @@ {% extends "page.jinja" %} {% set title = "404 -- Seite konnte nicht gefunden werden!" %} -{% set heading = "404 -- Seite nicht gefunden" %} + +{% block heading %}404 -- Seite nicht gefunden{% endblock %} {% block content %} <p> |