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 %}