feat: lesson assignment

This commit is contained in:
Jannat Patel
2021-12-22 22:13:33 +05:30
parent b822428d52
commit a6bdbd7cf1
10 changed files with 320 additions and 28 deletions

View File

@@ -0,0 +1,10 @@
<div class="form-group">
<div class="d-flex">
<input class="btn btn-default btn-sm mr-3 attach-file" type="file" id="{{id}}" />
<div class="button is-secondary submit-work">Submit Work</div>
<div class="preview-work button mr-3 hide">
<a target="_blank"></a>
<div class="button is-secondary clear-work hide">Clear</div>
</div>
</div>
</div>