fix: removed unused modules

This commit is contained in:
Jannat Patel
2022-03-21 12:57:16 +05:30
parent 5ca0a89789
commit ae29eb35fd
205 changed files with 11 additions and 4203 deletions

View File

@@ -50,7 +50,7 @@
{% endif %}
{% if frappe.session.user == member.email %}
<a class="dark-links profile-link" href="/edit-profile?name={{ member.email }}"> {{ _("Edit Profile") }} </a>
<a class="button is-secondary ml-auto mt-1" href="/edit-profile?name={{ member.email }}"> {{ _("Edit Profile") }} </a>
{% endif %}
</div>