{% extends "adminlte/demo/base.html" %} {% load static %} {% block title %}AdminLTE 3 | Modals & Alerts{% endblock title %} {% block content_header_title %}Modals & Alerts new{% endblock content_header_title %} {% block content_header_path %} {% endblock content_header_path %} {% block content %}

Modal Examples





Instructions for how to use modals are available on the Bootstrap documentation

Toasts Examples built in AdminLTE





SweetAlert2 Examples

For more examples look at https://sweetalert2.github.io/

Toastr Examples

For more examples look at https://codeseven.github.io/toastr/
{% endblock content %} {% block footer %}
Version 3.0.5
Copyright © 2014-2019 AdminLTE.io. All rights reserved. {% endblock footer %} {% block css_xtra %} {% endblock css_xtra %} {% block js_xtra %} {% endblock js_xtra %}