Resolve "Links in signup form don't work"
In both develop and stable, links aren't rendered properly in Markdown forms. The content is marked as a link but has no href
attribute, and therefore leads nowhere. Having looked at it I think the issue is we strip the href
attribute in the render_html
function. See #2023 (closed) for more context.
This MR:
-
Adds href
to the list of protected attributes -
Adds a test
Closes #2023 (closed)
Edited by Ciarán Ainsworth