diff --git a/tetawebapp/static/styles/tetawebapp.css b/tetawebapp/static/styles/tetawebapp.css index 7dd111e..d8f98fc 100644 --- a/tetawebapp/static/styles/tetawebapp.css +++ b/tetawebapp/static/styles/tetawebapp.css @@ -182,7 +182,3 @@ input[type="image"]:hover { background-color: var(--coloured-bg); cursor: pointer; } - -strong { - cursor: pointer; -} diff --git a/tetawebapp/templates/index.html b/tetawebapp/templates/index.html index eee972b..e77affb 100644 --- a/tetawebapp/templates/index.html +++ b/tetawebapp/templates/index.html @@ -38,13 +38,14 @@ TetaWebApp is a basic web application template based on Python/Flask made by Tetalab.

- The goal of this project is to provide a canvas to make any web application you need. + The goal of this project is to provide a canvas to make any web application you need while letting + you complete freedom on how to use or extend it. +

+

The is no limitation, you can use all or only parts of TetaWebApp + and you can virtually do any app you want with TetaWebApp.

- You can virtually do any app you want with TetaWebApp. -

-

- But be sure that you still need work to make it work ;-) + But be sure that freedom has a cost: You will need work to make it work ;-)

Get a copy of TetaWebApp:
diff --git a/tetawebapp/templates/todo.html b/tetawebapp/templates/todo.html index d1635ac..815e110 100644 --- a/tetawebapp/templates/todo.html +++ b/tetawebapp/templates/todo.html @@ -6,6 +6,8 @@

  • Menu management
  • Installation wizard
  • Back office for basic content management
  • +
  • Basic Ajax support
  • +
  • Session management
  • {% endblock %}