[MTELENAMA-13] add template to allow iframe insert

This commit is contained in:
Daniel Muyshond 2021-03-08 12:40:04 +01:00
parent 7e27ba9a7a
commit 8e218a0cb0
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
{% extends "qommon/forms/widget.html" %}
{% block widget-content %}
{% autoescape off %}{{form_option_iframe}}{% endautoescape %}
{% endblock %}