diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-09-03 01:39:20 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-09-03 01:40:48 +0100 |
| commit | b8decafd752bc6257d71d1204791727c6a291db0 (patch) | |
| tree | 75d9f6ce4462bbf7b7072f4fb17d4c69baab5f7e /app/templates/flatpage.html | |
| parent | 5aaee010c17196a4d22900aeb1ee84590ba6c92d (diff) | |
| download | cheatdb-b8decafd752bc6257d71d1204791727c6a291db0.tar.xz | |
Add WTFPL warning on new packages
Diffstat (limited to 'app/templates/flatpage.html')
| -rw-r--r-- | app/templates/flatpage.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/flatpage.html b/app/templates/flatpage.html index 167345d..5143f57 100644 --- a/app/templates/flatpage.html +++ b/app/templates/flatpage.html @@ -5,7 +5,7 @@ {% endblock %} {% block content %} - <h1>{{ page['title'] }}</h1> + {% if not page["no_h1"] %}<h1>{{ page['title'] }}</h1>{% endif %} {{ page.html | safe }} {% endblock %} |
