Private
Public Access
1
0

first working prototype

This commit is contained in:
Sander Roosendaal
2020-06-02 22:05:20 +02:00
parent ca26be24a9
commit bf8666a988
3 changed files with 74 additions and 37 deletions

View File

@@ -1,6 +1,12 @@
{% extends "newbase.html" %}
{% load staticfiles %}
{% load rowerfilters %}
{% load leaflet_tags %}
{% block meta %}
{% leaflet_js %}
{% leaflet_css %}
{% endblock %}
{% block title %}View Comparison {% endblock %}
@@ -11,32 +17,15 @@
Bokeh.set_log_level("info");
</script>
{{ interactiveplot |safe }}
<h1>Interactive Comparison</h1>
<ul class="main-content">
<li class="grid_4">
<div>
{{ the_div|safe }}
<div class="mapdiv">
{{ mapdiv|safe }}
{{ mapscript|safe }}
</div>
</li>
<li class="grid_4">
<form enctype="multipart/form-data" action="" method="post">
{% csrf_token %}
<table>
{{ chartform.as_table }}
</table>
<p>
<input name='workoutselectform' class="button green" type="submit" value="Submit">
</p>
</form>
</li>
</ul>
{% endblock %}