From 3e0bdc85a8e96c6e7c1d201a0328185337696c10 Mon Sep 17 00:00:00 2001 From: Filipe Medeiros Date: Tue, 3 Oct 2017 15:56:02 -0300 Subject: [PATCH] Responsivecard for category subscribe button --- subjects/templates/subjects/subject_card.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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 @@ -
+ {% trans "Access Subject" %}
{% elif subject.subscribe_end|aftertoday %} -
+ {% else %} - {% trans "This subject doesn't allow new subscriptions" %} - + {% endif %} {% endif %} +
{% endif %} -- libgit2 0.21.2