{% load staticfiles i18n %} {% block title %}dj_waff - extra Django Widgets and Form Fields{% endblock title %} {% block css %} {% endblock %}
{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %} {% block content %}

Use this document as a way to quick start any new project.

The current template is loaded from dj_waff/example/templates/base.html.

Whenever you overwrite the contents of dj_waff/dj_waff/urls.py with your own content, you should see it here.

{% endblock content %}
{% block modal %}{% endblock modal %} {% block javascript %} {% block extrajs %} {% endblock extrajs %} {% endblock javascript %}