From 6e9a78029b222f425ed9becae995cd9988e2e12c Mon Sep 17 00:00:00 2001 From: Alexander Hosking Date: Sun, 8 May 2022 14:51:05 -0400 Subject: [PATCH] Remove Nav Bar --- period/templates/base.html | 6 +++--- period/templates/cycle/index.html | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/period/templates/base.html b/period/templates/base.html index 9b592f1..9d1bb50 100644 --- a/period/templates/base.html +++ b/period/templates/base.html @@ -15,7 +15,7 @@ margin: 30px 0; } .table-wrapper { - /* min-width: 1000px; */ + min-width: 400px; background: #fff; padding: 20px 25px; border-radius: 3px; @@ -230,12 +230,12 @@ table.table .avatar { -
diff --git a/period/templates/cycle/index.html b/period/templates/cycle/index.html index 87b6efc..8861ed6 100644 --- a/period/templates/cycle/index.html +++ b/period/templates/cycle/index.html @@ -13,6 +13,9 @@

{% block title %}Cycles{% endblock %}

{% endblock %} +
+ New Cycle +
{% for cycle in cycles %}