projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d604309
)
Remove redundant <p> tags
author
Magnus Hagander
<magnus@hagander.net>
Tue, 15 Nov 2011 21:52:40 +0000
(22:52 +0100)
committer
Magnus Hagander
<magnus@hagander.net>
Tue, 15 Nov 2011 21:52:40 +0000
(22:52 +0100)
templates/news/newsarchive.html
patch
|
blob
|
blame
|
history
diff --git
a/templates/news/newsarchive.html
b/templates/news/newsarchive.html
index 5249c0d56c3fea1f141968d6a07cadcb8b2c6463..0e5568caf4eff65485d4319701162b81f945b220 100644
(file)
--- a/
templates/news/newsarchive.html
+++ b/
templates/news/newsarchive.html
@@
-6,9
+6,7
@@
{%for obj in news %}
<h2><a href="/about/news/{{obj.id}}/">{{obj.title}}</a></h2>
<div class="newsdate">Posted on <b>{{obj.date}}</b></div>
-<p>
{{obj.content|markdown:"safe"|truncatewords_html:20}}
-</p>
{%endfor%}
<p><a href="/account/news/new/">Submit news</a></p>
{%endblock%}