[location] fix address saving in admin form

This commit is contained in:
juminet
2022-01-19 11:22:33 +00:00
committed by Julien Fastré
parent 64c4f1ece2
commit f0a7565302
4 changed files with 10 additions and 6 deletions

View File

@@ -50,7 +50,7 @@
<dt>{{ 'thirdparty.Categories'|trans }}</dt>
{% set types = [] %}
{% for t in thirdParty.types %}
{% for t in thirdParty.thirdPartyTypes %}
{% set types = types|merge( [ ('chill_3party.key_label.'~t)|trans ] ) %}
{% endfor %}
{% for c in thirdParty.categories %}