summaryrefslogtreecommitdiff
path: root/archaeological_finds
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_finds')
-rw-r--r--archaeological_finds/models_finds.py4
-rw-r--r--archaeological_finds/models_treatments.py2
2 files changed, 3 insertions, 3 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(
diff --git a/archaeological_finds/models_treatments.py b/archaeological_finds/models_treatments.py
index 041721d68..0c0dd3c57 100644
--- a/archaeological_finds/models_treatments.py
+++ b/archaeological_finds/models_treatments.py
@@ -1013,7 +1013,7 @@ class TreatmentFile(DashboardFormItem, ClosedItem, BaseHistorizedItem,
if can_edit_find:
actions += [
(reverse('treatmentfile-add-treatment', args=[self.pk]),
- _(u"Add associated treatment"), "fa fa-exchange", "", "",
+ _(u"Add associated treatment"), "fa fa-flask", "", "",
False),
]
return actions