Commit b425fc4c00836ad555c5efcf309890d07f0ef429
Exists in
master
and in
3 other branches
Merge branch 'refactoring' of https://github.com/amadeusproject/amadeuslms into refactoring
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
subjects/templates/subjects/subject_card.html
... | ... | @@ -52,7 +52,7 @@ |
52 | 52 | {% if show_buttons %} |
53 | 53 | |
54 | 54 | {% if request.user in subject.students.all or request.user in subject.professor.all or request.user.is_staff or request.user in subject.category.coordinators.all %} |
55 | - <a href="{% url 'subjects:view' subject.slug %}" class="access-subject btn btn-primary btn-raised"> {% trans "Access Subject" %}</a> | |
55 | + <a href="{% url 'subjects:view' subject.slug %}" class="btn btn-success btn-raised"> {% trans "Access Subject" %}</a> | |
56 | 56 | {% else %} |
57 | 57 | <a href="#" class="subscribe-subject btn btn-primary btn-raised"> {% trans "Subscribe to Subject" %}</a> |
58 | 58 | {% endif %} | ... | ... |