summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorroot <root@turin.home>2022-02-03 18:08:28 +0000
committerroot <root@turin.home>2022-02-03 18:08:28 +0000
commit1ca19f43c131d77f18008dde867e76153288de38 (patch)
tree9423f24da815fee682b73189f03d18641c557b3e /templates
parent333bdb9507ca82709d92fe8919a9b40fc02d7dc7 (diff)
Exports and formatting. Reformatting.
Diffstat (limited to 'templates')
-rw-r--r--templates/export_choice.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/templates/export_choice.html b/templates/export_choice.html
index 2ed6b11..00fbc08 100644
--- a/templates/export_choice.html
+++ b/templates/export_choice.html
@@ -7,7 +7,9 @@
</head>
<body>
<a href="/"> <p>Home</p> </a>
- <a href="/export/pdf"> <p>Export as pdf</p> </a>
- <a href="/export/csv"> <p>Export as csv</p> </a>
- <a href="/api/info"> <p>Use API</p> </a>
+ <p>Text exports of database</a>
+ <a href="/export/temperature"> <p>Export temperature</p> </a>
+ <a href="/export/weather"> <p>Export weather</p> </a>
+ <a href="/export/history"> <p>Export history</p> </a>
+ <a href="/export/schedule"> <p>Export schedule</p> </a>
</body>