diff -r cdd6167a71de -r 53622e770eca templates/graph.html
--- a/templates/graph.html	Mon Feb 03 23:07:26 2020 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,79 +0,0 @@
-{% extends "theme.html" %}
-<head>
-}
-label{
-font-size: 18;
-}
-
-font-family {
-Timed New Roman, sans-serif;
-}
-
-select {
-font-size:14;
-border-color: gray;
-}
-
-input{
-font-color: black;
-font-size: 16;
-border-color: gray;
-}
-
-</head>
-{% block body %}
-<div class="container">
-<div class="col-lg-12">
-<div class="row">
-{{ content|safe }}
-</div>
-
-<br>
-
-<form method="post" action="/ozoneloss/uvi_graph">
-<table border="0" width="100%">
-  <tr> <h4>
-    <p> UV-Index für
-    <select name="Dobson-Unit" size="1" font-size="14"  border-color="gray">
-      <option>{{o3offsetstr}}</option>
-      <option>25</option>
-      <option>50</option>
-      <option>75</option>
-      <option>100</option>
-    </select>
-    DU zusätzlichen Ozonverlust bei der Breite
-    <select name="Gradzahl" size="1" font-size="14"  border-color="gray">
-      <option>{{latstr}}</option>
-      <option>80° N</option>
-      <option>70° N</option>
-      <option>60° N</option>
-      <option>50° N</option>
-      <option>50° S</option>
-      <option>60° S</option>
-      <option>70° S</option>
-      <option>80° S</option>
-    </select>
-    : &nbsp;&nbsp;&nbsp;
-    <input type="submit" value="{{button_text}}" font-color="black" font-size="16" border-color="gray"/>
-    </p>
-    </h4>		 
-</tr>
-</table>
-</form>
-<br>
-<img src="/static/images/uvindex/{{figname}}" border="6">
-<br>
-{{ html_table|safe }}
-<br>
-<br>
-
-<div class="row">
-{{ content_explanation|safe }}
-{{ modal_info|safe }}
-</div>
-
-</div>
-
-</div>
-
-{% endblock %}