{% extends 'base.html' %} {% load static %} {% block title %}Post Startup - Gatsby{% endblock %} {% block content %}

Post New Startup

Ready to build the future? Share your vision with the university ecosystem.

{% csrf_token %} {% for field in form %}
{{ field }} {% if field.errors %}
{{ field.errors }}
{% endif %}
{% endfor %}
Cancel
{% endblock %}