mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-11 12:29:24 +00:00
Finish the functionnality of CounterMain
We now redirect correctly to CounterClick, providing a valid user
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
<div>
|
||||
{% if barmen %}
|
||||
<p>Enter client code:</p>
|
||||
<form method="post" action="{{ url('counter:click', counter_id=counter.id) }}">
|
||||
<form method="post" action="{{ url('counter:details', counter_id=counter.id) }}">
|
||||
{% csrf_token %}
|
||||
{{ form.as_p() }}
|
||||
<input type="submit" value="CLICK" />
|
||||
|
Reference in New Issue
Block a user