summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/search.html
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-01-04 15:42:13 +0100
committerAurélien Bompard <aurelien@bompard.org>2013-01-04 15:55:34 +0100
commit18dca8fc476ec8724adb15ecd7aa9fe02813b416 (patch)
tree16b643ddfb89bf6bdef58a3ba242204e973eb351 /hyperkitty/templates/search.html
parent71dfea04c7ff73444902c2e796df8700fde17307 (diff)
downloadhyperkitty-18dca8fc476ec8724adb15ecd7aa9fe02813b416.tar.gz
hyperkitty-18dca8fc476ec8724adb15ecd7aa9fe02813b416.tar.xz
hyperkitty-18dca8fc476ec8724adb15ecd7aa9fe02813b416.zip
Make the page title dynamic
Diffstat (limited to 'hyperkitty/templates/search.html')
-rw-r--r--hyperkitty/templates/search.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/hyperkitty/templates/search.html b/hyperkitty/templates/search.html
index df29615..ac3b3e5 100644
--- a/hyperkitty/templates/search.html
+++ b/hyperkitty/templates/search.html
@@ -2,6 +2,11 @@
{% load hk_generic %}
{% load gravatar %}
+
+{% block title %}
+{{ search_type }} - {{ app_name|title }}
+{% endblock %}
+
{% block content %}
{% if threads.object_list %}