emailer subtitle markdown

This commit is contained in:
Sanj 2012-03-14 13:36:30 +05:30
parent a3dc48351d
commit afb83c6ebe
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@
{% endthumbnail %}
{% endif %}
<!-- <img src="/static/images/emailer/logo-erang.jpg" width="151" height="127" alt="theatre-image" style="display:block; border:1px solid #f7c00c; margin:0 auto;"> -->
<p style="text-align:center; margin-top:10px; margin-bottom:10px; color:#888; font-family:Arial, Helvetica, sans-serif; font-size:12px;">{{ article.subtitle }}</p>
<p style="text-align:center; margin-top:10px; margin-bottom:10px; color:#888; font-family:Arial, Helvetica, sans-serif; font-size:12px;">{{ article.subtitle|markdown }}</p>
</td>
</tr>

View File

@ -69,7 +69,7 @@
{% endthumbnail %}
</div><!-- ARTICLE IMAGE CLOSING -->
{% endif %}
<div class="articleCaption">{{ article.subtitle }}</div><!-- ARTICLE CAPTION CLOSING -->
<div class="articleCaption">{{ article.subtitle|markdown }}</div><!-- ARTICLE CAPTION CLOSING -->
<div class="articleText">{{ article.text|insert_images_web:article.id|markdown }}</div>
<div class="authorBio">{{ article.author_bio|markdown }}</div>
{% endfor %}