make weblinks show

This commit is contained in:
Sanj 2011-12-17 12:42:52 +05:30
parent cdc1d71d22
commit 70d1fc7acd

View File

@ -59,8 +59,8 @@
<div class="contentLinks">
<h1>WEB LINKS</h1>
{% for weblink in weblinks %}
<h2><a href="{{weblink.url}}" target="_blank">{{ weblinks.title }}</a></h2>
<p>{{ weblinks.text|markdown }}</p>
<h2><a href="{{weblink.url}}" target="_blank">{{ weblink.title }}</a></h2>
<p>{{ weblink.text|markdown }}</p>
{% endfor %}
</div><!-- WEB LINKS CLOSING -->