{% extends 'base.html' %} {% block title %}Add Portfolio Item — CampusTalent{% endblock %} {% block content %}

Add Portfolio Item

Showcase your work with images, links, or GitHub repos

{% csrf_token %} {% if form.errors %}
Please fix the errors below.
{% endif %}
{{ form.title }}
{{ form.item_type }}
{{ form.description }}
{{ form.url }}
🖼

Click or drag to upload an image

{{ form.image }}
Cancel
{% endblock %} {% block extra_js %} {% endblock %}