diff options
author | Cefin <kevon@tuta.io> | 2021-12-13 16:35:38 +0000 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:20:59 +0100 |
commit | 6d11d2cd901e043dae90d5bcc13deef454f96dce (patch) | |
tree | 807ead469113f07953c3f8f5df996c3f9a508cfb /archaeological_finds/models_finds.py | |
parent | 8bd2adb11c8c5ee5852e9deacdb724a4369a42e5 (diff) | |
download | Ishtar-6d11d2cd901e043dae90d5bcc13deef454f96dce.tar.bz2 Ishtar-6d11d2cd901e043dae90d5bcc13deef454f96dce.zip |
clean the code for #5231
Diffstat (limited to 'archaeological_finds/models_finds.py')
-rw-r--r-- | archaeological_finds/models_finds.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py index 7486de076..94c3b97b4 100644 --- a/archaeological_finds/models_finds.py +++ b/archaeological_finds/models_finds.py @@ -1707,7 +1707,7 @@ class Find( module="warehouse", ), QuickAction( - url="treatment_creation_n1", + url="treatment-n1-create", icon_class="fa fa-object-group", text=_("Treatment many to one"), target="many", |