implemented lineup changes

This commit is contained in:
2021-11-12 14:12:04 -06:00
parent 4460032a40
commit d4e41fa905
3 changed files with 16 additions and 7 deletions

View File

@@ -9,7 +9,7 @@
<div class="row">
<div class="col-6">
{# <ul class="list-group">#}
<form action="{% url 'edit lineup' id=event.id%}" method="post">
<form action="{% url 'edit lineup' event_id=event.id%}" method="post">
{% csrf_token %}
{{ positionings_formset.management_form }}