{% extends "grappelli/dashboard/module.html" %} {% load i18n %} {% block module_content %} {% if rendered %} {{ rendered|safe }} {% else %} {% if request.GET.param %} param = {{ request.GET.param }} {% endif %}

Link

This link triggers an ajax load. Add a data-intention="ajax" attribute to any link and it will be intercepted.

Form

Forms are always intercepted by ajax.

{% csrf_token %} {{ form.as_p }}
{% endif %} {% endblock %}