fix: updating existing assignment

This commit is contained in:
Jannat Patel
2021-12-23 20:30:31 +05:30
parent 6e3de21f6e
commit 40985da9ca
2 changed files with 4 additions and 4 deletions

View File

@@ -244,7 +244,7 @@
{% endif %}
{% if member.mobile_no and not member.hide_private %}
<a class="button-links mobile-no" href="tel:{{ member.mobile_no }}" >
<a class="button-links" href="tel:{{ member.mobile_no }}" >
<img src="/assets/school/icons/call.svg"> {{ member.mobile_no }}
</a>
{% endif %}