{% extends "./template.html" %} {% block content %} {% load static %}

My Profile

{% csrf_token %}
{{ my_profile_form.first_name }}
{{ my_profile_form.last_name }}
{{ my_profile_form.email }}
{{ my_profile_form.password1 }}
{{ my_profile_form.password2 }}
{{ about_user_form.media }}{{ about_user_form.about_user_text }}

Add User Weblinks

Input Wants

User Wants

Loading...
{% if project_results %}

Projects Worked on

{% for row in project_results %} {% endfor %}
Project Link Project Name Project Status
PRO{{ row.project_id }} {{ row.project_name }} {{ row.project_status }}
{% endif %} {% endblock %}