Files
lms/community/templates/discussions/button.html
2021-09-06 18:59:59 +05:30

8 lines
248 B
HTML

{% if frappe.session.user != "Guest" and
(condition is not defined or (condition is defined and condition )) %}
<span class="button is-secondary reply">
New Discussion
<img src="/assets/community/icons/small-add-black.svg">
</span>
{% endif %}