mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 17:04:47 +00:00
fix(Update GSTIN): remove '.__' from template (#17062)
'.__' Avoid Server Side Template Injection
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
<p class='text-muted'>Please update your GSTIN for us to issue correct tax invoice</p>
|
<p class='text-muted'>Please update your GSTIN for us to issue correct tax invoice</p>
|
||||||
<form method='GET' action='/regional/india/update-gstin.html'>
|
<form method='GET' action='/regional/india/update-gstin.html'>
|
||||||
<input type='hidden' value='{{ party.name }}' name='party'>
|
<input type='hidden' value='{{ party.name }}' name='party'>
|
||||||
{% for address in party.__onload.addr_list %}
|
{% for address in party.get_onload('addr_list') %}
|
||||||
<div class='bordered' style='max-width: 300px; margin-bottom: 15px;'>
|
<div class='bordered' style='max-width: 300px; margin-bottom: 15px;'>
|
||||||
{{ address.display }}
|
{{ address.display }}
|
||||||
<p><input type='text' class='form-control'
|
<p><input type='text' class='form-control'
|
||||||
|
|||||||
Reference in New Issue
Block a user