fix code for accounting confirm

This commit is contained in:
2017-04-27 13:23:18 +02:00
parent cae1ee197e
commit 7ad3a3e22d
4 changed files with 26 additions and 7 deletions

View File

@@ -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 }}">

View File

@@ -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 %}