{% extends 'partials/base.html' %} {% load static %} {% block extra_css %} {% endblock %} {% block contents %}

Examples

A beautiful, responsive, customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes. Zero dependencies.

A basic message

A title with a text under

A success message!

A warning message, with a function attached to the "Confirm"-button...

By passing a parameter, you can execute something else for "Cancel".

A message with custom Image Header

A message with auto close timer

Custom HTML description and buttons

A custom positioned dialog

A message with custom width, padding and background

Ajax request example

Chaining modals (queue) example

Dynamic queue example

{% endblock %} {% block footer %} {% include 'partials/footer.html' %} {% endblock %} {% block r_sidebar %} {% include 'partials/rightsidebar.html' %} {% endblock %} {% block extra_javascript %} {% endblock %}