feat: notify me

This commit is contained in:
pateljannat
2021-08-09 13:13:48 +05:30
parent d5067a4bcd
commit 6cbca8d1bb
12 changed files with 196 additions and 7 deletions

View File

@@ -58,7 +58,7 @@
{% set query_parameter = "?batch=" + membership.batch if membership and membership.batch else "" %}
{% if course.upcoming %}
<div class="view-course-link is-default">
<div class="view-course-link is-secondary border">
Upcoming Course <img class="ml-3" src="/assets/community/icons/black-arrow.svg" />
</div>
<a class="stretched-link" href="/courses/{{ course.name }}"></a>