diff --git a/instance/health_tracker.db b/instance/health_tracker.db index 66e3854..91b2aeb 100644 Binary files a/instance/health_tracker.db and b/instance/health_tracker.db differ diff --git a/templates/base.html b/templates/base.html index 8f097cb..f6052f5 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,4 +1,4 @@ - + @@ -391,7 +391,7 @@

{{ session.username }}

-

Member since {{ user.created_at.strftime('%b %Y') if 'user' in locals() else '' }}

+

Member since {{ user.created_at.strftime('%b %Y') if 'user' in locals() and user else '' }}

Logout
diff --git a/templates/index.html b/templates/index.html index 1404649..448764a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -17,4 +17,28 @@ + + +
+
+
+
+

Disease Prediction Engine

+
+
+

Enter your current illness to get statistical recommendations based on all registered users' health records.

+ +
+
+ + +
+
+
+
+
+
{% endblock %}