{% extends "console_page.html" %} {% block head_extras %} {% endblock %} {% block console_content %} {% load static %}

Profile

{% csrf_token %} {{ profile_form.non_field_errors }}

Basics

{{ profile_form.first_name.label_tag }} {{ profile_form.first_name }}
{{ profile_form.last_name.label_tag }} {{ profile_form.last_name }}
{{ profile_form.timezone.label_tag }} {{ profile_form.timezone }} {% if profile_form.timezone.help_text %}

{{ profile_form.timezone.help_text }}

{% endif %} {{ profile_form.timezone.errors }}

Referral Link

Share your link to invite friends and earn task credits when they get started.

Phone Numbers

{% include "partials/_sms_form.html" with phone=phone add_form=add_form verify_form=verify_form post_url=post_url %}
{% endblock %}