diff --git a/products/templates/products/product_detail.html b/products/templates/products/product_detail.html index 5e60ee9..fc3fd20 100644 --- a/products/templates/products/product_detail.html +++ b/products/templates/products/product_detail.html @@ -93,7 +93,7 @@ - + {% block extra_js %} diff --git a/programmer/templates/programmer/about.html b/programmer/templates/programmer/about.html index 32ecfa1..832b4da 100644 --- a/programmer/templates/programmer/about.html +++ b/programmer/templates/programmer/about.html @@ -226,6 +226,6 @@ } - + {% endblock %} \ No newline at end of file diff --git a/programmer/templates/programmer/base.html b/programmer/templates/programmer/base.html index 9d71fbf..c8c7d77 100644 --- a/programmer/templates/programmer/base.html +++ b/programmer/templates/programmer/base.html @@ -135,7 +135,12 @@
{% endif %} - + {% block extra_js %} diff --git a/programmer/templates/programmer/recall.html b/programmer/templates/programmer/recall.html index 6b2a6cb..f03ede4 100644 --- a/programmer/templates/programmer/recall.html +++ b/programmer/templates/programmer/recall.html @@ -102,8 +102,8 @@ - - + + {% block extra_js %} diff --git a/programmer/templates/programmer/solution.html b/programmer/templates/programmer/solution.html index f5d67c6..cc71850 100644 --- a/programmer/templates/programmer/solution.html +++ b/programmer/templates/programmer/solution.html @@ -41,6 +41,6 @@ {% endblock %} {% block extra_js %} - - + + {% endblock %} \ No newline at end of file diff --git a/programmer/templates/programmer/solution_detail.html b/programmer/templates/programmer/solution_detail.html index bf5677a..97e4512 100644 --- a/programmer/templates/programmer/solution_detail.html +++ b/programmer/templates/programmer/solution_detail.html @@ -105,5 +105,5 @@ } }); - + {% endblock %} \ No newline at end of file