erang truncate words
This commit is contained in:
parent
c7da4bf546
commit
758e044349
|
@ -28,7 +28,7 @@
|
|||
<div class="contentBoxes">
|
||||
<h1>WEB LINKS</h1>
|
||||
{% for weblink in weblinks %}
|
||||
<p>{{ weblink.title }}</p>
|
||||
<p>{{ weblink.title|truncatewords:6 }}</p>
|
||||
{% endfor %}
|
||||
<p class="contentBoxesMore"><a href="#weblinks">More »</a></p>
|
||||
</div><!-- CONTENT BOXES CLOSING -->
|
||||
|
@ -36,7 +36,7 @@
|
|||
<div class="contentBoxes">
|
||||
<h1>BULLETIN BOARD</h1>
|
||||
{% for bbitem in bbitems %}
|
||||
<p>{{ bbitem.title }}</p>
|
||||
<p>{{ bbitem.title|truncatewords:6 }}</p>
|
||||
{% endfor %}
|
||||
<p class="contentBoxesMore"><a href="#bbitems">More »</a></p>
|
||||
</div><!-- CONTENT BOXES CLOSING -->
|
||||
|
|
Loading…
Reference in New Issue
Block a user