From f30ca72003e741b2bbfb3b6e29697c38f4291907 Mon Sep 17 00:00:00 2001 From: adi Date: Fri, 12 May 2017 00:05:55 +0200 Subject: [PATCH] Added Django 1.11+ widget --- docs-src/customization.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs-src/customization.rst b/docs-src/customization.rst index 73a43f2..d0981fe 100644 --- a/docs-src/customization.rst +++ b/docs-src/customization.rst @@ -23,7 +23,10 @@ Here is an example of the contents:
+ {{ markdownx_editor }} + + {% include 'django/forms/widgets/textarea.html' %}
@@ -359,4 +362,4 @@ the number of CPUs, the amount memory, and how much you are willing to compromis .. _XSS (Cross-site Scripting) attack: https://www.owasp.org/index.php/Cross-site_Scripting_(XSS) .. _presentation: https://www.owasp.org/images/0/03/Mario_Heiderich_OWASP_Sweden_The_image_that_called_me.pdf .. _documentations: https://docs.djangoproject.com/en/dev/topics/security/#cross-site-scripting-xss-protection -.. _CSRF protection middleware: https://docs.djangoproject.com/en/dev/ref/middleware/#module-django.middleware.csrf \ No newline at end of file +.. _CSRF protection middleware: https://docs.djangoproject.com/en/dev/ref/middleware/#module-django.middleware.csrf