diff options
author | 2013-03-24 15:51:30 +0100 | |
---|---|---|
committer | 2013-03-24 15:51:30 +0100 | |
commit | 7ca154e613329050885b7c6a799488475266218e (patch) | |
tree | 6da18e4565766aee6a3f47f23dd0dfc396fec78e /module/web/templates/default/backbone/modal.html | |
parent | implemented interactions for multi user, show waiting queries on webui (diff) | |
download | pyload-7ca154e613329050885b7c6a799488475266218e.tar.xz |
enter captchas on webui
Diffstat (limited to 'module/web/templates/default/backbone/modal.html')
-rwxr-xr-x | module/web/templates/default/backbone/modal.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/templates/default/backbone/modal.html b/module/web/templates/default/backbone/modal.html index d1186d40a..ed618f3d0 100755 --- a/module/web/templates/default/backbone/modal.html +++ b/module/web/templates/default/backbone/modal.html @@ -4,7 +4,7 @@ </div>
<div class="modal-body">
{% block content %}
- <%= content %>
+ <% content %>
{% endblock %}
</div>
<div class="modal-footer">
|