add name
This commit is contained in:
@@ -233,6 +233,7 @@ class ResolutionCreateForm(forms.ModelForm):
|
||||
|
||||
fields = [
|
||||
"option",
|
||||
"name",
|
||||
"date",
|
||||
"voting",
|
||||
"voting_text",
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
{% include "baseform/non_field_errors.html" %}
|
||||
|
||||
{% include "baseform/select.html" with field=form.option %}
|
||||
{% include "baseform/text.html" with field=form.name %}
|
||||
{% include "baseform/date.html" with field=form.date %}
|
||||
{% include "baseform/text.html" with field=form.voting %}
|
||||
{% include "baseform/textarea.html" with field=form.voting_text %}
|
||||
|
||||
Reference in New Issue
Block a user