Changed color alternation on pkglist to be conformant.
[archweb_dev-nj.git] / templates / news / view.html
blob5d100450c43ab33906fcab1157d8448610b3ed49
1 {% extends "base.html" %}
3 {% block content %}
4 <div class="box">
5 <div style="float: right; font-size: small">
6 {{ news.author.get_full_name }}<br />
7 {{ news.postdate }}
8 </div>
9 <h3>{{ news.title }}</h3>
10 <hr /><br />
11 {{ news.content|linebreaks }}
12 </div>
13 {% endblock %}