-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
This line:
django-markdown-editor/martor/widgets.py
Line 51 in 5dbc9f1
if MARTOR_SEARCH_USERS_URL: |
Should check for MARTOR_MARKDOWN_BASE_EMOJI_URL
instead.
So, the current code:
if MARTOR_SEARCH_USERS_URL:
attributes_to_pass["data-base-emoji-url"] = MARTOR_MARKDOWN_BASE_EMOJI_URL
Should be:
if MARTOR_MARKDOWN_BASE_EMOJI_URL:
attributes_to_pass["data-base-emoji-url"] = MARTOR_MARKDOWN_BASE_EMOJI_URL
Now you have to set a non empty MARTOR_SEARCH_USERS_URL
to make this work.
Metadata
Metadata
Assignees
Labels
No labels