Add follow function to plan detail page

This commit is contained in:
Stefan Wehrmeyer 2022-03-11 23:40:50 +01:00
parent 7792674ed7
commit 4fedf63f5c

View file

@ -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>