From f5e0f52320fbf618b97e275c54f39176303d060d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 6 Nov 2024 14:58:10 +0100 Subject: đŸ’„ quick actions: put management actions in orange MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_context_records/models.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archaeological_context_records/models.py') diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py index a3219e76a..50b9bbf42 100644 --- a/archaeological_context_records/models.py +++ b/archaeological_context_records/models.py @@ -794,6 +794,7 @@ class ContextRecord( "archaeological_context_records.change_contextrecord", "archaeological_context_records.change_own_contextrecord" ], + btn_class="btn-warning" ) QA_LINK = QuickAction( url="contextrecord-qa-link", @@ -801,6 +802,7 @@ class ContextRecord( text=_("Link to account"), target="many", rights=["ishtaradmin"], + btn_class="btn-warning" ) QA_EDIT = QuickAction( url="contextrecord-qa-bulk-update", -- cgit v1.2.3