Skip to content

Commit

Permalink
Merge branch 'master' into logout_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
4-dash authored Jan 3, 2025
2 parents 1edfb8c + d079869 commit eafa004
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/templates/feedback/person_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@

<p>
{% translate "eingeloggt für " %}<strong>{% blocktranslate %}{{veranstaltung.name}} ({{veranstaltung.semester.short}}){% endblocktranslate %}</strong><br />

<form action = "{% url 'feedback:logout' %}" method="post">
{% csrf_token %}
<button type="submit" class="btn btn-link p-0" style="color: #009D81;">{% translate "ausloggen" %}</button>
</form>

</p>

<h2>{% translate "Fragebogenbestellung Schritt 2 von 5" %}</h2>
Expand Down
1 change: 1 addition & 0 deletions src/templates/formtools/wizard/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@

<form action="" method="post">
{% csrf_token %}

<p style="font-size: 14px">{% translate "Bestellung für " %}<b>{{ veranstaltung.name }}</b> {{ veranstaltung.semester }}</p>

<div class="container progressbar_container">
Expand Down

0 comments on commit eafa004

Please sign in to comment.