links - title as link

This commit is contained in:
Sanj 2011-10-09 02:48:21 +05:30
parent 99dea00d41
commit 4f96c9ed4f

View File

@ -10,11 +10,9 @@
{% block inner_content %} {% block inner_content %}
{% for l in links %} {% for l in links %}
<p class="orange"><strong>{{ l.title }}</strong></p> <p class="orange"><strong><a href="{{ l.url }}">{{ l.title }}</a></strong></p>
<br> <br>
<p>{{ l.description }}</p> <p>{{ l.description }}</p>
<br>
<a href="{{ l.url }}">{{ l.url }}</a>
<br><br><br> <br><br><br>
{% endfor %} {% endfor %}
{% endblock %} {% endblock %}