fix code for accounting confirm
This commit is contained in:
		@@ -1,12 +1,14 @@
 | 
			
		||||
{% extends 'billard/base.html' %}
 | 
			
		||||
{% load display_client %}
 | 
			
		||||
 | 
			
		||||
{% block title %}Accounting Data{% endblock %}
 | 
			
		||||
{% block title %}Abrechnung{% endblock %}
 | 
			
		||||
 | 
			
		||||
{% block content %}
 | 
			
		||||
 | 
			
		||||
    <div class="alert alert-success" role="alert">Gesamt-Summe: {{ acc_sum }}</div>
 | 
			
		||||
 | 
			
		||||
    {{ pk }}
 | 
			
		||||
 | 
			
		||||
    <table class="table">
 | 
			
		||||
        <tr>
 | 
			
		||||
            <th>Start-Datum:</th>
 | 
			
		||||
@@ -26,7 +28,7 @@
 | 
			
		||||
{% endfor %}
 | 
			
		||||
    </table>
 | 
			
		||||
 | 
			
		||||
    <form action="accounting" method="post" id="accounting">
 | 
			
		||||
    <form action="confirm/" method="post" id="accounting">
 | 
			
		||||
{% csrf_token %}
 | 
			
		||||
        <input type="hidden" name="location-selector" value="{{ location_id }}">
 | 
			
		||||
        <input type="hidden" name="accountings" value="{{ acc_ids }}">
 | 
			
		||||
 
 | 
			
		||||
@@ -5,7 +5,7 @@
 | 
			
		||||
    <meta charset="utf-8">
 | 
			
		||||
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | 
			
		||||
    <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
			
		||||
    <title>{% block title %}TITLE SETZEN{% endblock %}</title>
 | 
			
		||||
    <title>carom - {% block title %}TITLE SETZEN{% endblock %}</title>
 | 
			
		||||
    <meta name="description" content="">
 | 
			
		||||
    <meta name="author" content="">
 | 
			
		||||
{% block header %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user