{% extends 'base.html' %} {% block title %}{% if object %}Edit Project{% else %}Post a Project{% endif %} — CampusTalent{% endblock %} {% block content %}

{% if object %}Edit Project{% else %}Post a Project{% endif %}

Find collaborators and build something great together

{% csrf_token %} {% if form.errors %}
Please fix the errors below.
{% endif %}
{{ form.title }}
{{ form.description }}
Describe your project vision, goals, and what you're building.
{{ form.project_type }}
{{ form.status }}
{{ form.collaborators_needed }}
{{ form.timeline }}
{{ form.required_skills }}
Comma-separated: React, Python, UI Design
Cancel
{% endblock %}