summaryrefslogtreecommitdiff
path: root/archaeological_finds/models_finds.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_finds/models_finds.py')
-rw-r--r--archaeological_finds/models_finds.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py
index ad15aea88..81ac94a41 100644
--- a/archaeological_finds/models_finds.py
+++ b/archaeological_finds/models_finds.py
@@ -635,7 +635,7 @@ class FindBasket(Basket, MainItem):
if can_edit_find:
actions += [
(reverse('findbasket-add-treatment', args=[self.pk]),
- _(u"Add treatment"), "fa fa-exchange", "", "", False),
+ _(u"Add treatment"), "fa fa-flask", "", "", False),
]
duplicate = self.QUICK_ACTIONS[0]
@@ -1330,7 +1330,7 @@ class Find(BulkUpdatedItem, ValueGetter, BaseHistorizedItem, OwnPerms,
_(u"Add to basket"),
"fa fa-shopping-basket", "", "", True),
(reverse('find-add-treatment', args=[self.pk]),
- _(u"Add treatment"), "fa fa-exchange", "", "", False),
+ _(u"Add treatment"), "fa fa-flask", "", "", False),
]
if get_current_profile().warehouse:
actions.append(