{% extends "notes/base.html" %} {% load crispy_forms_tags %} {% block content %}
{{profile.user.username}}
{%if request.user.username == profile.user.username%}

Psst...users outside DomeCode can't see your profile. This is what makes DomeCode more privacy-focused.

Edit ✏️️ {%endif%}

{{ profile.user.email }}

{%if profile.githubusername is not None%}

Github

{%endif%}

Domes: {{profile.domes}}

About

{%if profile.about is not None%}

{{profile.about}}

{%else%}

This person doesn't have their About filled up.

{%endif%}

{%if request.user.username == profile.user.username%}



Rewards

     
  1. GitKraken - Pro using this link to have a chance at winning a $100 Amazon Gift Card. For Free
  2. More rewards coming soon!



{%endif%}
{% endblock content %}