diff options
Diffstat (limited to 'archaeological_finds/models_treatments.py')
-rw-r--r-- | archaeological_finds/models_treatments.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |