feat: new fields in user doctype and new web form

This commit is contained in:
pateljannat
2021-06-30 16:16:22 +05:30
parent 60c1449f40
commit ee8273fd30
9 changed files with 262 additions and 26 deletions

View File

@@ -7,7 +7,7 @@
</a>
{% endif %}
</div>
<div>
<div class="cards-parent">
{% for review in course.get_reviews() %}
<div class="common-card-style review-card">
<div class="review-content"> {{ review.review }} </div>
@@ -19,7 +19,7 @@
{{ course.get_instructor().full_name }}
</span>
</div>
<div class="rating pull-right">
<div class="rating">
{% for i in [1, 2, 3, 4, 5] %}
<svg class="icon icon-md {% if i <= review.rating %} star-click {% endif %}" data-rating="{{ i }}">
<use href="#icon-star"></use>