diff --git a/testapp/templates/testapp/index.html b/testapp/templates/testapp/index.html index 557e910..ff190e5 100644 --- a/testapp/templates/testapp/index.html +++ b/testapp/templates/testapp/index.html @@ -1,15 +1,27 @@ - +
+ + + +This is the testapp.
- {% if click_count %} -This page was requested {{ click_count }} times.
- {% else %} -Error: Could not get request count from database.
- {% endif %} +This page was requested {{ click_count }} times.
+ {% else %} +Internal error: Could not get request count from database.
+ {% endif %} +