Notifications: unsubscribe from extension approval activity (#177) #207
@ -80,7 +80,7 @@
|
|||||||
<section id="activity" class="mt-4">
|
<section id="activity" class="mt-4">
|
||||||
<hr class="my-4">
|
<hr class="my-4">
|
||||||
<h2>Activity</h2>
|
<h2>Activity</h2>
|
||||||
{% if request.user.is_authenticated %}
|
{% if request.user.is_authenticated and not is_maintainer %}
|
||||||
<form method="post" action="{% url 'reviewers:approval-follow' extension.slug %}">
|
<form method="post" action="{% url 'reviewers:approval-follow' extension.slug %}">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<button type="submit" class="btn">
|
<button type="submit" class="btn">
|
||||||
|
Loading…
Reference in New Issue
Block a user