{% extends 'django_sample_components/pages/master.html' %} {% load sample_tags %} {# Disclaimer: simple_popup depends on Bootstrap JS (bootstrap.bundle.min.js) to function. #} {# The modal open/close behavior is handled entirely by Bootstrap's JavaScript plugin. #} {# Make sure bootstrap.bundle.min.js is loaded before using this component. #} {% block content %}
bootstrap.bundle.min.js) to open and close modals.
Make sure it is loaded in your project before using simple_popup.
{% endsimple_alert %}
This is the default popup content.
{% endsimple_popup %}This popup has a custom title.
{% endsimple_popup %}Triggered by a hyperlink-styled element instead of a button.
{% endsimple_popup %}This popup uses a custom danger button.
{% endsimple_popup %}