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