]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - www/templates/planet-posting.html
Website update.
[people/shoehn/ipfire.org.git] / www / templates / planet-posting.html
index b0741d6249b294ea9e44621b9992cc2d0bb5833f..1637ce99e38b284f3b9c71452b3bd43c919beac7 100644 (file)
@@ -2,6 +2,21 @@
 
 {% block title %}{{ _("IPFire Planet") }} - {{ entry.title }}{% end block %}
 
-{% block content %}
-       {{ modules.PlanetEntry(entry) }}
+{% block bodyA %}
+       <div class="page-header">
+               <h2>
+                       <a href="/post/{{ entry.slug }}">{{ entry.title }}</a>
+               </h2>
+       </div>
+
+       <div class="row">
+               <div class="span9">
+                       {{ entry.text }}
+               </div>
+
+               <p class="pull-right" style="clear: both;">
+                       {{ _("Posted by") }} <a href="/user/{{ entry.author.uid }}">{{ entry.author.cn }}</a>
+                       {{ _("on") }} {{ locale.format_date(entry.published, shorter=True) }}
+               </p>
+       </div>
 {% end block %}