Skip to content
Snippets Groups Projects
Verified Commit 55752b02 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix some things

parent 252fdd27
No related branches found
No related tags found
No related merge requests found
......@@ -297,6 +297,7 @@ class CommentForm(forms.ModelForm):
instance.author = self.person.abi_person
if instance.person in self.allowed_persons_with_review:
instance.needs_review = True
instance.reviewed = False
n = Notification(
sender=_("Abi magazine"),
recipient=instance.person.person,
......
......@@ -5,7 +5,7 @@
<i class="material-icons left green-text">check_circle</i>
{% trans "Use" %}
{% else %}
<i class="material-icons left red-text">check_circle</i>
<i class="material-icons left red-text">cancel</i>
{% trans "Don't use" %}
{% endif %}
{% else %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment