{% extends 'base.html' %} {% load staticfiles %} {% block content %} Found a bug 🐛 ❓ Have a feature ✨ request ❓ create an issue Or just, Help others by submitting tutorials you follow. 🤗 {% if error %} {{ error }} {% endif %} {% csrf_token %} Link Type Select Category {% for category_value, category_name in categories %} {{ category_name }} {% endfor %} Submit {% endblock content %}