Merge pull request #309 from pateljannat/privacy-policy-during-signup

This commit is contained in:
Jannat Patel
2022-02-23 17:12:12 +05:30
committed by GitHub
10 changed files with 55 additions and 37 deletions

View File

@@ -209,7 +209,7 @@
{% endmacro %}
{% macro Contact(member) %}
{% if show_contacts_section %}
{% if member.linkedin or member.medium or member.github %}
<div class="education-details">
<div class="common-card-style profile-card">
<div class="course-home-headings"> {{ _("Contact") }} </div>
@@ -232,6 +232,7 @@
<img src="/assets/school/icons/github.svg"> {{ member.github.split("/")[-1] }}
</a>
{% endif %}
</div>
</div>
</div>