{% extends 'base.html' %}{% load static %} {% block title %}Complete Task — Unity Nation{% endblock %} {% block content %}
Back to Tasks

Complete Task

Follow the instructions and submit your proof to earn your reward.

{% if 'instagram' in task.advert.social_media_name|lower %} {% elif 'youtube' in task.advert.social_media_name|lower %} {% elif 'tiktok' in task.advert.social_media_name|lower %} {% elif 'twitter' in task.advert.social_media_name|lower %} {% elif 'facebook' in task.advert.social_media_name|lower %} {% else %}{% endif %}
{{ task.advert.social_media_name }}

Follow @{{ task.advert.username }}

Steps to complete
1
Click the link below to open the profile
2
Follow / Subscribe to the account
3
Come back and enter your username below
{% if task.advert.url %}Open {{ task.advert.social_media_name }} Profile{% endif %} {% if task.advert.description %}
Instructions: {{ task.advert.description }}
{% endif %}

Submit Your Proof

{% csrf_token %}
Enter the username you used to follow this account
{% endblock %}