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

{% if object %}Edit Skill Listing{% else %}List a Skill{% endif %}

Share what you can offer with the campus community

{% csrf_token %} {% if form.errors %}
Please fix the errors below.
{% endif %}
{{ form.title }}
e.g. "UI/UX Design", "Python Development", "Video Editing"
{{ form.description }}
Describe your experience, what you can help with, and your working style.
{{ form.category }}
{{ form.experience_level }}
{{ form.tags }}
Comma-separated: Python, Django, REST APIs
{{ form.portfolio_url }}
Cancel
{% endblock %}