Skip to content

Commit

Permalink
Update imgeefield.html.jinja2
Browse files Browse the repository at this point in the history
  • Loading branch information
vidya-ram committed Oct 22, 2020
1 parent da08667 commit feeec09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baseframe/templates/baseframe/mui/imgeefield.html.jinja2
Expand Up @@ -5,7 +5,7 @@
<a href="#imgee-{{field.id}}" rel="modal:open" class="mui-btn mui-btn--raised imgee__button">{% trans %}Select or Upload Image{% endtrans %}</a>
<div class="modal modal--fullscreen" id="imgee-{{field.id}}">
<div class="modal__header">
<a class="modal__close mui--text-dark" href="javascript:void(0);" data-target="close cancel register modal" aria-label="{% trans %}Close{% endtrans %}" rel="modal:close">{{ faicon(icon='times', icon_size='title') }}</a>
<a class="modal__close mui--text-dark" href="javascript:void(0);" data-target="close modal" aria-label="{% trans %}Close{% endtrans %}" rel="modal:close">{{ faicon(icon='times', icon_size='title') }}</a>
</div>
<div class="modal__body">
{{ iframe_html|escape }}
Expand Down

0 comments on commit feeec09

Please sign in to comment.