We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0201306 commit 038942dCopy full SHA for 038942d
README.rst
@@ -172,8 +172,10 @@ to get ``IMGUR_CLIENT_ID`` and ``IMGUR_API_KEY``.
172
MARTOR_MARKDOWN_BASE_MENTION_URL = 'https://python.web.id/author/' # please change this to your domain
173
174
# If you need to use your own themed semantic ui dependency
175
+ # replace the values with the file in your static files dir
176
MARTOR_ALTERNATIVE_SEMANTIC_JS_FILE = "semantic-themed/semantic.min.js"
177
MARTOR_ALTERNATIVE_SEMANTIC_CSS_FILE = "semantic-themed/semantic.min.css"
178
+ MARTOR_ALTERNATIVE_JQUERY_JS_FILE = "jquery/dist/jquery.js"
179
180
Check this setting is not set else csrf will not be sent over ajax calls:
181
0 commit comments