mirror of https://github.com/status-im/cabot.git
Remove form media from compress
Compress doesn't work properly as form media is dynamic
This commit is contained in:
parent
30451d6ddf
commit
f5be35ac23
|
@ -116,6 +116,6 @@ removeMorris = () ->
|
|||
$('#graph').hide()
|
||||
|
||||
</script>
|
||||
{{ form.media }}
|
||||
{% endcompress %}
|
||||
{{ form.media }}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue