fix: ui for review, instructors and profile

This commit is contained in:
Jannat Patel
2022-09-05 18:05:16 +05:30
parent 3a08f57fb1
commit 36aca1e664
5 changed files with 25 additions and 11 deletions

View File

@@ -58,7 +58,7 @@
{% if frappe.session.user == member.email %}
<div class="ml-auto mt-1">
<a class="btn btn-secondary btn-sm" href="/dashboard"> {{ _("Visit Dashboard") }} </a>
<a class="btn btn-secondary btn-sm ml-2" href="/edit-profile/{{ member.email }}"> {{ _("Edit Profile") }} </a>
<a class="btn btn-secondary btn-sm ml-2" href="/edit-profile/{{ member.email }}/edit"> {{ _("Edit Profile") }} </a>
</div>
{% endif %}
</div>