You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When login for the first time and going to settings to change the base URL, a pop-up message is displayed at the top. In this message some HTML tags are displayed instead of being interpreted.
Version or commit hash (if applicable)
latest docker (v6.9)
Steps to Reproduce
Run latest docker images
Run the script to initialise the database
Run the command to create a superuser
Login with the superuser account
Click on change base URL in the pop-up message
Actual results
A pop-up message at the top can be read with this text:
Base URL is not configured! See <a href="https://kiwitcms.readthedocs.io/en/latest/admin.html#configure-kiwi-s-base-url">documentation</a> and <a href="/admin/sites/site/1/change/">change it</a>
Expected results
The same message but with an actual link instead of the HTML tags.
Additional info (Python traceback, logs, etc.)
The text was updated successfully, but these errors were encountered:
atodorov
added a commit
to MrSenko/django-grappelli
that referenced
this issue
May 1, 2020
Description of problem
When login for the first time and going to settings to change the base URL, a pop-up message is displayed at the top. In this message some HTML tags are displayed instead of being interpreted.
Version or commit hash (if applicable)
latest docker (v6.9)
Steps to Reproduce
Actual results
A pop-up message at the top can be read with this text:
Expected results
The same message but with an actual link instead of the HTML tags.
Additional info (Python traceback, logs, etc.)
The text was updated successfully, but these errors were encountered: