]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - www/templates/news-author.html
RSS feed and minor improvements.
[people/shoehn/ipfire.org.git] / www / templates / news-author.html
index e8379c079e372a0ea16db20e2210e812f93043f3..5794f00199ddc707c1ac9674b817e4568762a0eb 100644 (file)
@@ -1,4 +1,4 @@
-{% extends "base.html" %}
+{% extends "base-2.html" %}
 
 {% block title %}{{ author.cn }}{% end block %}
 
@@ -9,7 +9,7 @@
        </p>
 
        <h3>{{ _("%s recently announced...") % author.cn }}</h3>
-       <ul class="news_author_latest_news">
+       <ul class="list news_author_latest_news">
        {% for news in latest_news %}
                <li>{{ modules.NewsLine(news) }}</li>
        {% end %}