links - title as link
This commit is contained in:
parent
99dea00d41
commit
4f96c9ed4f
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user