Projet

Général

Profil

0001-braine-l-alleud-do-not-autoescape-url-on-deliberatio.patch

Nicolas Roche, 12 octobre 2021 08:41

Télécharger (1,22 ko)

Voir les différences:

Subject: [PATCH] braine-l-alleud: do not autoescape url on
 deliberations-communales cell (#57755)

 static/braine-l-alleud/config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
static/braine-l-alleud/config.json
56 56
               ],
57 57
               "name" : "Actualités",
58 58
               "url" : "{{ braine_actualites_json_url }}"
59 59
            },
60 60
            "deliberations-communales": {
61 61
               "cache_duration" : 360,
62 62
               "force_async" : false,
63 63
               "name" : "Délibérations communales",
64
               "url" : "{{ braine_deliberations_communales_json_url }}"
64
               "url" : "{% autoescape off %}{{ braine_deliberations_communales_json_url }}{% endautoescape %}"
65 65
            }
66 66
         }
67 67
      }
68 68
   },
69 69
   "variables" : {
70 70
      "cell_picture_size" : "400x220",
71 71
      "include_top_links" : false,
72 72
      "pwa_display": "standalone",
73
-