{% extends "base.html" %} {% block title %}MyUrls List{% endblock title %} {% block content %}

Create/Edit MyUrl

Use the following to create a MyUrl. Any values below are based on the defaults from example.settings.py.

{% csrf_token %} {% include 'includes/form-error-highlight.html' %}  
{% endblock content %}