cdriehuys/django_helpcenter

Add Classes To Articles

Closed this issue · 1 comments

Articles should be able to have classes attached to them that would be attached to them in templates. For example, an article could have the tag of faq and it would be rendered like:

<div class='article-content faq'>
    {{ article.body }}
</div>

Explained better in #16.