Skip to content

Commit

Permalink
m_sipaf picto road
Browse files Browse the repository at this point in the history
  • Loading branch information
joelclems committed Feb 16, 2023
1 parent ac180a7 commit 01fc9e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion backend/gn_modulator/module/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ def register_db_module(cls, module_code):
"module_path": f"{MODULE_CODE.lower()}/{module_code.lower()}",
"active_backend": False,
}
print(module_row_data)
try:
schema_module.update_row(module_code, module_row_data, field_name="module_code")
except NoResultFound:
Expand Down
2 changes: 1 addition & 1 deletion config/modules/contrib/m_sipaf/m_sipaf.module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ config_params: !include ./config.yml
module:
module_label: Passages faune
module_desc: Module permettant la visualisation et la gestion des passages à Faune de France
module_picto: fa-puzzle-piece
module_picto: fa-road
active_frontend: true

features:
Expand Down

0 comments on commit 01fc9e3

Please sign in to comment.