File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,10 @@ Setting Configurations ``settings.py``
9797Please register application in https://api.imgur.com/oauth2/addclient
9898to get ``IMGUR_CLIENT_ID `` and ``IMGUR_API_KEY ``.
9999
100+ Check this setting is not set else csrf will not be sent over ajax calls
101+ ::
102+ CSRF_COOKIE_HTTPONLY = False
103+
100104::
101105
102106 # Global draceditor settings
Original file line number Diff line number Diff line change 1- {% load i18n %}
1+ {% load i18n static %}
22< div class ="ui medium modal scrolling transition modal-help-guide ">
33 < i class ="close icon "> </ i >
44 < div class ="header "> < i class ="help circle icon "> </ i > {% trans "Markdown Guide" %}</ div >
2020 < td > —</ td >
2121 < td > —</ td >
2222 < td > —</ td >
23- < td > < img class ="marked-emoji " src ="https://assets-cdn.github.com/ images/icons/emoji/ smile.png "> </ td >
23+ < td > < img class ="marked-emoji " src ="{% static 'plugins/ images/smile.png' %} "> </ td >
2424 </ tr >
2525 < tr >
2626 < td > @[username]</ td >
8484 < td > ![Image][1]< br > ⁝< br > [1]: http://url/b.jpg</ td >
8585 < td > Ctrl+Shift+I</ td >
8686 < td > Command+Option+I</ td >
87- < td > < img src ="http:/ /commonmark.org/help/images/favicon. png " width ="36 " height ="36 " alt ="Markdown "> </ td >
87+ < td > < img src ="{% static 'plugins/images /commonmark.png' %} " width ="36 " height ="36 " alt ="Markdown "> </ td >
8888 </ tr >
8989 < tr >
9090 < td > > Blockquote</ td >
You can’t perform that action at this time.
0 commit comments