update button color
This commit is contained in:
		@@ -38,7 +38,7 @@
 | 
				
			|||||||
        {% csrf_token %}
 | 
					        {% csrf_token %}
 | 
				
			||||||
        <input type="hidden" name="location-selector" value="{{ location_id }}">
 | 
					        <input type="hidden" name="location-selector" value="{{ location_id }}">
 | 
				
			||||||
        <input type="hidden" name="accountings" value="{{ acc_ids }}">
 | 
					        <input type="hidden" name="accountings" value="{{ acc_ids }}">
 | 
				
			||||||
        <button type="submit" class="btn btn-default">Abrechnen</button>
 | 
					        <button type="submit" class="btn btn-danger">Abrechnen</button>
 | 
				
			||||||
    </form>
 | 
					    </form>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% endblock %}
 | 
					{% endblock %}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user