From 58e2d7901ff1cef4512a57961208be0d2237af37 Mon Sep 17 00:00:00 2001 From: Alexander Hosking Date: Mon, 25 Apr 2022 02:07:32 -0400 Subject: [PATCH] Update Formatting --- period/templates/cycle/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/period/templates/cycle/index.html b/period/templates/cycle/index.html index 35db012..e78633a 100644 --- a/period/templates/cycle/index.html +++ b/period/templates/cycle/index.html @@ -21,12 +21,12 @@
-

{{ cycle['id'] }}

- Edit -
Started: {{ cycle['start_time'] }} and ended: {{ cycle['end_time'] }}
+
Started: {{ cycle['start_time'] }}
+ Ended: {{ cycle['end_time'] }}
-

Cycle Length: {{ cycle['cycle_length'] }} days.

+

Cycle Length: {{ cycle['cycle_length'] }} days.

+ Edit - {{ cycle['id'] }}
{% if not loop.last %}