Restore clone button

This commit is contained in:
Jeremy Stretch 2025-06-27 13:42:04 -04:00
parent faa0d859bb
commit ce8c1490c8

View File

@ -80,6 +80,9 @@ Context:
{% if perms.extras.add_subscription and object.subscriptions %}
{% subscribe_button object %}
{% endif %}
{% if request.user|can_add:object %}
{% clone_button object %}
{% endif %}
{% for name, action in actions.items %}
{% action_button action object %}
{% endfor %}