diff --git a/library.db b/library.db index 0c5c3f6..a139fff 100644 Binary files a/library.db and b/library.db differ diff --git a/templates/home.html b/templates/home.html index 314c861..c811b3a 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% block content %} -

{% block title %} Welcome to FlaskTodo {% endblock %}

+

{% block title %} Welcome to grgr's library {% endblock %}

{% for category, cards in categories.items() %}