style: "manage the course" button

Issue #271
This commit is contained in:
Anand Chitipothu
2021-11-30 13:44:58 +05:30
parent f1157895db
commit 3328359ba4

View File

@@ -72,8 +72,9 @@
{% endif %}
{% if course.is_cohort_staff(frappe.session.user) %}
<a class="button wide-button" style="position: absolute; right: 0;"
href="/courses/{{course.name}}/manage">
<a class="button wide-button is-secondary"
href="/courses/{{course.name}}/manage"
style="color: inherit;">
Manage the course
</a>
{% endif %}