diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-02-12 11:01:22 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-02-12 11:13:37 +0100 |
commit | 4e781ef4d19445fb1216e757c2c4bfd778f54938 (patch) | |
tree | 98d00b8e47f68a8b55ffefd039545e683eb4e83c /archaeological_finds/models_treatments.py | |
parent | c9284bb4d66097b948f5f246c341b0c1c6eb9cf3 (diff) | |
download | Ishtar-4e781ef4d19445fb1216e757c2c4bfd778f54938.tar.bz2 Ishtar-4e781ef4d19445fb1216e757c2c4bfd778f54938.zip |
Change icon for treatments
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 |