diff --git a/demo/templates/_status.html b/demo/templates/_status.html new file mode 100644 index 0000000..8fb97d5 --- /dev/null +++ b/demo/templates/_status.html @@ -0,0 +1,7 @@ +
+ + \ No newline at end of file diff --git a/demo/templates/homepage.html b/demo/templates/homepage.html index 9fac734..50ab182 100644 --- a/demo/templates/homepage.html +++ b/demo/templates/homepage.html @@ -9,9 +9,10 @@ {% block topbar_base %}{% endblock %} {% block body %} +A sample tasks app to demonstrate how to use @@ -19,6 +20,9 @@ eldarion-ajax
++ There have been {{ total_count }} tasks added by everyone. +