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