Downgrading django from 1.10 to 1.9. Added supports.html. Added supports view . Fixing post supports style. Working on # #2689 Removing links from supportus.html. . Working on # #2689 FIxed history fonts style and color . Working on # #2689 Finished supportus.html. Working on # #2689 Tagging post. Working on # #2689 Fixing broken links history.html. Working on #2674 Deactivate membership. Working on #2686 Reactivate membership

This commit is contained in:
Levi 2016-11-17 21:08:16 -05:00
commit 2a4b6e973d
8 changed files with 131 additions and 65 deletions

View file

@ -31,7 +31,7 @@
</p>
<p class="post-subtitle">
{% if not TRUNCWORDS_COUNT %}
{% if not TRUNCWORDS_COUNT %}
{% render_model post "abstract" %}
{% else %}
{% render_model post "abstract" "" "" 'truncatewords_html:TRUNCWORDS_COUNT' %}