Skip to content

Commit

Permalink
apps/budgeting/templates: do not show token in proposal list
Browse files Browse the repository at this point in the history
  • Loading branch information
rine committed Jan 4, 2022
1 parent 2a04267 commit bf557b5
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
{% if module.phases.count == 3 %}
{% has_perm 'meinberlin_budgeting.add_vote' request.user module as vote_allowed %}
{% if vote_allowed %}
{% if request.session.voting_token %}
You are using token {{ request.session.voting_token }}
{% else %}
{% if not request.session.voting_token %}
<form class="" action="{{ request.path }}" method="post">
<div class="form-group">
{% csrf_token %}
Expand Down

0 comments on commit bf557b5

Please sign in to comment.