mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 01:12:08 +01:00 
			
		
		
		
	🐛 Fix treasury
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
<div class="input-group">
 | 
			
		||||
    <input class="form-control mx-auto d-block" type="number" min="0" step="0.01"
 | 
			
		||||
    <input class="form-control mx-auto d-block" type="number" {% if not widget.attrs.negative %}min="0"{% endif %} step="0.01"
 | 
			
		||||
           {% if widget.value != None and widget.value != "" %}value="{{ widget.value }}"{% endif %}
 | 
			
		||||
           name="{{ widget.name }}"
 | 
			
		||||
            {% for name, value in widget.attrs.items %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user