Skip to content
Snippets Groups Projects
Unverified Commit 67cfc217 authored by Rashid Rysaev's avatar Rashid Rysaev Committed by GitHub
Browse files

Templates updated with SHOW_LIKES_BOOKMARKS_FOLLOWS_BUTTONS switch to control...

Templates updated with SHOW_LIKES_BOOKMARKS_FOLLOWS_BUTTONS switch to control the activity buttons (#9)
parent 7de9f597
No related merge requests found
......@@ -99,13 +99,15 @@
</div>
</div>
<div class="indented">
<div class="white-content">
{% include 'cosinnus/common/likefollowstar/star_button.html' with object=todo %}
{% include 'cosinnus/common/likefollowstar/follow_button.html' with object=todo %}
{% include 'cosinnus/common/likefollowstar/confirm_likefollowstar_modal.html' with object=todo %}
</div>
</div>
{% if SETTINGS.COSINNUS_SHOW_LIKES_BOOKMARKS_FOLLOWS_BUTTONS %}
<div class="indented">
<div class="white-content">
{% include 'cosinnus/common/likefollowstar/star_button.html' with object=todo %}
{% include 'cosinnus/common/likefollowstar/follow_button.html' with object=todo %}
{% include 'cosinnus/common/likefollowstar/confirm_likefollowstar_modal.html' with object=todo %}
</div>
</div>
{% endif %}
{% include 'cosinnus/media_tags_readonly.html' with object=todo list_view="True" %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment