Re: [mezzanine-users] tel: being stripped from anchor href when saving a RichTextField. How do I allow it?

2016-07-21 Thread RandomDude
issues/102 > > I've added the patch mentioned in the issue and it appears to work: > > > https://github.com/stephenmcd/mezzanine/commit/a50da71da521b3fb03f8b089736eca9656e71bbb > > Prior to upgrading, you might be able to do the same in your project's > code somewhere, possibly its

[mezzanine-users] tel: being stripped from anchor href when saving a RichTextField. How do I allow it?

2016-07-20 Thread RandomDude
Version: Mezzanine (4.0.1) Mailto before save: mailto:some...@example.com?Subject=Hello%20again;>Send Mail After save: (works!) mailto:some...@example.com?Subject=Hello%20again;>Send Mail Click to call tel before save: +1 (303) 499-7111 After save: (href stripped out) +1 (303) 499-7111