diff --git a/main/templates/base.html b/main/templates/base.html index 6e6ca74..7e1ab3a 100644 --- a/main/templates/base.html +++ b/main/templates/base.html @@ -62,7 +62,7 @@ - + {% block content %}{% endblock %} diff --git a/main/templates/main.html b/main/templates/main.html index 5aefb23..f818995 100644 --- a/main/templates/main.html +++ b/main/templates/main.html @@ -1,5 +1,6 @@ {% extends 'base.html' %} {% block content %} +{% load temps_format %}