{% extends 'base.html' %} {% load static %} {% block title %}Profile Manager{% endblock %} {% block nav %}
Hello, Admin
Dashboard
{% endblock %} {% block header %}
{% if messages %} {% for msg in messages %} {% endfor %} {% endif %}
Add Profile Details
{% if edit %}
{% csrf_token %} {% else %} {% csrf_token %} {% endif %}
{{ form.host_name }}
{{ form.host_desc }}
{{ form.host_email }}
{{ form.host_phone }}
{{ form.available }}
(Please upload square fit images only)
{{ form.host_image }}
{% if edit %} {% else %} {% endif %}
Edit or Delete Profile
{% csrf_token %}
Enter profile ID of host
(Please reconsider,it cannot be recovered once deleted)
{% endblock %}