From 89728544b8457d7caf7391fcc5ea4d837d9f18df Mon Sep 17 00:00:00 2001 From: Rowan Molony Date: Fri, 5 Jan 2024 12:06:28 +0000 Subject: [PATCH] wip| --- sensor/templates/create_file_type.html | 2 +- sensor/templates/index.html | 4 ++-- sensor/templates/upload_file.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sensor/templates/create_file_type.html b/sensor/templates/create_file_type.html index 5369d59..60786e8 100644 --- a/sensor/templates/create_file_type.html +++ b/sensor/templates/create_file_type.html @@ -17,7 +17,7 @@

Create File Type

{% csrf_token %} {% for field in form %} -
+
{{ field.label_tag }} {{ field }} {% if field.help_text %} diff --git a/sensor/templates/index.html b/sensor/templates/index.html index 69c2d66..fa57b17 100644 --- a/sensor/templates/index.html +++ b/sensor/templates/index.html @@ -1,11 +1,11 @@

django-timescaledb-example

-
+ -
+
diff --git a/sensor/templates/upload_file.html b/sensor/templates/upload_file.html index 243b792..905d2fa 100644 --- a/sensor/templates/upload_file.html +++ b/sensor/templates/upload_file.html @@ -3,7 +3,7 @@

Upload File

{% csrf_token %} {% for field in form %} -
+
{{ field.label_tag }} {{ field }} {% if field.help_text %}