diff --git a/subjects/templates/subjects/subject_card.html b/subjects/templates/subjects/subject_card.html index 45bb9c6..ae0ea80 100644 --- a/subjects/templates/subjects/subject_card.html +++ b/subjects/templates/subjects/subject_card.html @@ -19,7 +19,7 @@ -
+
{% if has_subject_permissions %}
{% trans "Access Subject" %}
{% elif subject.subscribe_end|aftertoday %} -
+
{% else %} - {% trans "This subject doesn't allow new subscriptions" %} - +
+ {% trans "This subject doesn't allow new subscriptions" %} +
{% endif %} {% endif %} +
{% endif %} -- libgit2 0.21.2