Skip to content

Fix html tags studio prompt bug introduced in v0.1.3

Compare
Choose a tag to compare
@caseylitton caseylitton released this 26 Jun 22:22
· 49 commits to master since this release

Updating the html templates to use Django's templateing broke the User's ability to add html tags to the prompt box in Studio settings. This adds the needed tag, 'safe', to the html element. This also removes an line in the Gruntfile that is not needed since html templates are not monitored during grunt watch.