Add follow function to plan detail page
This commit is contained in:
parent
7792674ed7
commit
4fedf63f5c
1 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
{% load i18n %}
|
||||
{% load markup %}
|
||||
{% load cms_tags %}
|
||||
{% load follow_tags %}
|
||||
|
||||
{% block title %}{{ object.title }}{% endblock %}
|
||||
|
||||
|
|
@ -69,6 +70,8 @@
|
|||
{% endif %}
|
||||
{% endwith %}
|
||||
|
||||
{% show_follow "govplan" object %}
|
||||
|
||||
<p>
|
||||
{% for cat in object.categories.all %}<span class="badge badge-light mr-2">{{ cat.name }}</span>{% endfor %}
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue