From 00b02c49822bbdf6f7d63d84fb006d007bf204d0 Mon Sep 17 00:00:00 2001 From: pebosi Date: Tue, 14 Jan 2014 23:16:15 +0100 Subject: [PATCH] Update planet templates --- templates/planet/base.html | 2 +- templates/planet/index.html | 8 ++++---- templates/planet/posting.html | 4 ++-- templates/planet/search.html | 2 +- templates/planet/user.html | 10 +++++----- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/templates/planet/base.html b/templates/planet/base.html index 27d2545f..da6c70ac 100644 --- a/templates/planet/base.html +++ b/templates/planet/base.html @@ -4,7 +4,7 @@

{{ _("IPFire Planet") }}

-

+

{% block subtitle %} {{ _("The official blog of the IPFire team") }} {% end block %} diff --git a/templates/planet/index.html b/templates/planet/index.html index 9b84ca5f..e3218248 100644 --- a/templates/planet/index.html +++ b/templates/planet/index.html @@ -11,16 +11,16 @@

-
+
- - +
- + {{ _("All posts from") }} diff --git a/templates/planet/posting.html b/templates/planet/posting.html index 921ba408..4524a2ab 100644 --- a/templates/planet/posting.html +++ b/templates/planet/posting.html @@ -10,9 +10,9 @@
-
+
{% if entry.is_draft() %} -
+
{{ _("Heads up!") }} {{ _("This post is a draft and has not been published, yet.") }}
diff --git a/templates/planet/search.html b/templates/planet/search.html index 71de0a66..a3e79ab5 100644 --- a/templates/planet/search.html +++ b/templates/planet/search.html @@ -12,7 +12,7 @@ {% module PlanetEntry(entry) %} {% end %} {% else %} -

+

{{ _("No results found for '%s'") % query }}

{% end %} diff --git a/templates/planet/user.html b/templates/planet/user.html index 82387c11..369a381d 100644 --- a/templates/planet/user.html +++ b/templates/planet/user.html @@ -4,7 +4,7 @@ {% block body %}
-
+
{% block bodyA %}