Replies: 1 comment
-
Hello @sarahzero we already have So, you can modify the css that includes h1 in your end to handle this case.
will show this:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to prevent users from using the
h1
tag since the contents they provide will be used as the input for another webpage (and we would prefer not to have a large number ofh1
s floating around on this page).In the documentation, I have found
ALLOWED_HTML_TAGS
but it's not clear to me if this is only internal or if I am able to override it. However, trying to override it inside my base.py file did not have an impact.Any ideas? Thanks ✌️
Beta Was this translation helpful? Give feedback.
All reactions