diff options
Diffstat (limited to 'apps/it/templates/view_issue.html')
-rw-r--r-- | apps/it/templates/view_issue.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/it/templates/view_issue.html b/apps/it/templates/view_issue.html index b60afb2..e8adb8e 100644 --- a/apps/it/templates/view_issue.html +++ b/apps/it/templates/view_issue.html @@ -51,7 +51,7 @@ {% endblock main %} {% block inspector %} -{% if 1 %} +{% if request.user in issue.users.all %} <a class="btn btn-sm btn-default btn-primary active" href="{% url 'metoo' issue.pk 1 %}">{% bootstrap_icon "star" %} {% trans "Me too!" %}</a> {% else %} <a class="btn btn-sm btn-default btn-primary" href="{% url 'metoo' issue.pk 1 %}">{% bootstrap_icon "star" %} {% trans "Me too!" %}</a> |