repo.or.cz
/
archweb_dev-nj.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Changed color alternation on pkglist to be conformant.
[archweb_dev-nj.git]
/
templates
/
news
/
view.html
blob
5d100450c43ab33906fcab1157d8448610b3ed49
1
{% extends
"base.html"
%}
2
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 %}