]> git.ipfire.org Git - ipfire.org.git/blobdiff - www/templates/planet-posting.html
Move everything to the root of the repository.
[ipfire.org.git] / www / templates / planet-posting.html
diff --git a/www/templates/planet-posting.html b/www/templates/planet-posting.html
deleted file mode 100644 (file)
index 1637ce9..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-{% extends "planet-user.html" %}
-
-{% block title %}{{ _("IPFire Planet") }} - {{ entry.title }}{% end block %}
-
-{% 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 %}