diff options
Diffstat (limited to 'static/website/templates/ajax-execute.html')
-rw-r--r-- | static/website/templates/ajax-execute.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/static/website/templates/ajax-execute.html b/static/website/templates/ajax-execute.html deleted file mode 100644 index cb7ac66..0000000 --- a/static/website/templates/ajax-execute.html +++ /dev/null @@ -1,4 +0,0 @@ -<div> - <span id="output">{{ output }}</span> - <span id="plot">{% if plot_path %}<img src="{{ plot_path }}" style="width:400px;">{% endif %}</span> -</div> |