Skip to content
Snippets Groups Projects

Session Title Changeable

Merged Tobias Jülg requested to merge session-title into master
3 files
+ 4
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -11,7 +11,7 @@
<div class="col-12">
<div class="card shadow">
<div class="card-body">
<h4>Create election</h4>
<h4>Create election in {{ session.title }}</h4>
<form class="user" action="{% url 'management:add_election' pk=session.id %}" method="post">
{% csrf_token %}
Loading