Skip to content

Commit

Permalink
Fix speaker create in series form #209
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaith committed Jan 16, 2015
1 parent 9719269 commit 5100f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion talks/templates/contributors/_event_group_form_fields.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{{ group_form.description|bootstrap_horizontal }}
{{ group_form.group_type|bootstrap_horizontal }}
{{ group_form.organisers|bootstrap_horizontal }}
{% with person_form=organiser_form role='organiser' prefix='' %}
{% with person_form=organiser_form role='organisers' prefix='' %}
{% include 'contributors/person_quick_add.html' %}
{% endwith %}
{{ group_form.occurence|bootstrap_horizontal }}
Expand Down

0 comments on commit 5100f33

Please sign in to comment.