diff --git a/src/fellchensammlung/forms.py b/src/fellchensammlung/forms.py index 5320021..02b963c 100644 --- a/src/fellchensammlung/forms.py +++ b/src/fellchensammlung/forms.py @@ -142,6 +142,7 @@ class CommentForm(forms.ModelForm): def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs) self.helper = FormHelper() + self.helper.form_action = "comment" self.helper.form_class = 'form-comments' self.helper.add_input(Submit('submit', _('Kommentieren'), css_class="btn2")) diff --git a/src/fellchensammlung/templates/fellchensammlung/details/detail_adoption_notice.html b/src/fellchensammlung/templates/fellchensammlung/details/detail_adoption_notice.html index a733424..6acfefc 100644 --- a/src/fellchensammlung/templates/fellchensammlung/details/detail_adoption_notice.html +++ b/src/fellchensammlung/templates/fellchensammlung/details/detail_adoption_notice.html @@ -4,7 +4,23 @@ {% block content %}