Changeset 624:55af673a3940
Legend:
- Unmodified
- Added
- Removed
-
cyclope/apps/newsletter/templates/newsletter/content_teasers.html
r493 r624 15 15 <div class="show-ToC"><a href="#ToC">{% trans "Return to Table of Contents" %}</a></div> 16 16 {% endif %} 17 17 18 18 {% if article.pictures %} 19 19 <a href="{% url article-detail article.slug %}"> … … 21 21 </a> 22 22 {% endif %} 23 24 <span class="pretitle"><a name="editorial">{% trans article.pretitle %}</a></span> 23 {% if article.pretitle %} <span class="pretitle"><a name="editorial">{% trans article.pretitle %}</a></span>{% endif %} 25 24 <a name="article__{{ article.slug }}" href="{% url article-detail article.slug %}"> 26 25 <h2 class="title">{% trans article.name %}</h2> 27 26 </a> 28 27 29 30 28 31 29 <a href="{% url article-detail article.slug %}">
Note: See TracChangeset
for help on using the changeset viewer.

