[minor] render GSTIN value as "" instead of None
This commit is contained in:
parent
b43f4073db
commit
104eb8c6ad
@ -28,7 +28,7 @@
|
|||||||
<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'
|
||||||
value='{{ address.gstin }}' name='{{ address.name }}' placeholder='GSTIN'></p>
|
value='{{ address.gstin or "" }}' name='{{ address.name }}' placeholder='GSTIN'></p>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<p><input type='submit' class='btn btn-primary' value='Update'></p>
|
<p><input type='submit' class='btn btn-primary' value='Update'></p>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user