refactor: renamed app to school

This commit is contained in:
Jannat Patel
2021-10-11 20:31:27 +05:30
parent 13022e0bcc
commit d07dbcc50a
466 changed files with 2497 additions and 146 deletions

View File

@@ -0,0 +1,13 @@
<!-- <div style="border: 1px solid #DBDBDB; padding-bottom: 10px;">
<h6 style="padding-left: 10px;">{{ author }}</h6>
<hr style="border: 1px solid #DBDBDB;">
<div style="padding: 10px;">
{{ message }}
<div class="small text-muted text-right">{{ creation }}</div>
</div>
</div> -->
<p> {{ message }} </p>
<p class="text-right">By {{author}}</p>
<div class="small text-muted text-right">{{ creation }}</div>
<a href="courses/course?course={{course}}">Open Course</a>