From 12617f82d87be2f4ff3400bb43fd16ad0a1df57f Mon Sep 17 00:00:00 2001 From: Doug Le Tough Date: Sat, 25 Nov 2017 09:42:46 +0100 Subject: [PATCH] "more TODO 2" --- tetawebapp/templates/database.html | 2 +- tetawebapp/templates/todo.html | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tetawebapp/templates/database.html b/tetawebapp/templates/database.html index 0b6198f..57029fb 100644 --- a/tetawebapp/templates/database.html +++ b/tetawebapp/templates/database.html @@ -5,7 +5,7 @@

Even if using Flask-SQLAlchemy to retrieve data stored in Postgres databases is the recommended way to use TetaWebApp, - you're free to use the database connector that suit your need. + you're free to use the database connector that suits your need.

{% endblock %} diff --git a/tetawebapp/templates/todo.html b/tetawebapp/templates/todo.html index 815e110..7554a24 100644 --- a/tetawebapp/templates/todo.html +++ b/tetawebapp/templates/todo.html @@ -8,6 +8,8 @@
  • Back office for basic content management
  • Basic Ajax support
  • Session management
  • +
  • Basic documentation
  • +
  • Licence
  • {% endblock %}