erang emailer
This commit is contained in:
parent
70d1fc7acd
commit
e5b30015b7
|
@ -27,16 +27,18 @@
|
|||
|
||||
<div class="contentBoxes">
|
||||
<h1>WEB LINKS</h1>
|
||||
<p>{{ box_text }}Dummy text</p>
|
||||
<p>{{ box_text }}Dummy text</p>
|
||||
<p class="contentBoxesMore"><a href="">More »</a></p>
|
||||
{% for weblink in weblinks %}
|
||||
<p>{{ weblink.title }}</p>
|
||||
{% endfor %}
|
||||
<p class="contentBoxesMore"><a href="#weblinks">More »</a></p>
|
||||
</div><!-- CONTENT BOXES CLOSING -->
|
||||
|
||||
<div class="contentBoxes">
|
||||
<h1>BULLETIN BOARD</h1>
|
||||
<p>{{ box_text }}Dummy text</p>
|
||||
<p>{{ box_text }}Dummy text</p>
|
||||
<p class="contentBoxesMore"><a href="">More »</a></p>
|
||||
{% for bbitem in bbitems %}
|
||||
<p>{{ bbitem.title }}</p>
|
||||
{% endfor %}
|
||||
<p class="contentBoxesMore"><a href="#bbitems">More »</a></p>
|
||||
</div><!-- CONTENT BOXES CLOSING -->
|
||||
|
||||
</div><!-- CONTENT BOXES CLOSING -->
|
||||
|
@ -57,7 +59,7 @@
|
|||
</div><!-- ARTICLE EMAILER CLOSING -->
|
||||
|
||||
<div class="contentLinks">
|
||||
<h1>WEB LINKS</h1>
|
||||
<a name="weblinks"></a><h1>WEB LINKS</h1>
|
||||
{% for weblink in weblinks %}
|
||||
<h2><a href="{{weblink.url}}" target="_blank">{{ weblink.title }}</a></h2>
|
||||
<p>{{ weblink.text|markdown }}</p>
|
||||
|
@ -65,7 +67,7 @@
|
|||
</div><!-- WEB LINKS CLOSING -->
|
||||
|
||||
<div class="contentLinks">
|
||||
<h1>BULLETIN BOARD</h1>
|
||||
<a name="bbitems"></a><h1>BULLETIN BOARD</h1>
|
||||
{% for bbitem in bbitems %}
|
||||
<h2>{{ bbitem.title }}</h2>
|
||||
<p>{{ bbitem.text|markdown }}</p>
|
||||
|
|
Loading…
Reference in New Issue
Block a user