{% extends "blogging/base.html" %} {% load staticfiles %} {% block title %} Define New Content Type {% endblock %} {% block extra_script %} {{ form.media }} {% endblock %} {% block content_blog %}

Define New Content



Existing Content Types
{% for type in content_types %} {% endfor %}
Define a new content type!
{% csrf_token %}
{% endblock %}