We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a39a1 commit 2bf3fd3Copy full SHA for 2bf3fd3
pytition/petition/views.py
@@ -637,6 +637,7 @@ def edit_template(request, template_id):
637
content_form = ContentFormTemplate(request.POST)
638
submitted_ctx['content_form_submitted'] = True
639
if content_form.is_valid():
640
+ template.target = content_form.cleaned_data['target']
641
template.name = content_form.cleaned_data['name']
642
template.text = content_form.cleaned_data['text']
643
template.side_text = content_form.cleaned_data['side_text']
0 commit comments