diff --git a/blog/templates/blog/article_detail.html b/blog/templates/blog/article_detail.html index 1a7a1cb..2f7ab68 100644 --- a/blog/templates/blog/article_detail.html +++ b/blog/templates/blog/article_detail.html @@ -78,4 +78,20 @@ {% endblock %} + + + + + + {% endblock %} \ No newline at end of file diff --git a/programmer/templates/programmer/base.html b/programmer/templates/programmer/base.html index 32c308d..a9327f4 100644 --- a/programmer/templates/programmer/base.html +++ b/programmer/templates/programmer/base.html @@ -325,22 +325,6 @@ }); - - - - - - {% block extra_js %} diff --git a/programmer/templates/programmer/recall.html b/programmer/templates/programmer/recall.html index de0f551..28ec69b 100644 --- a/programmer/templates/programmer/recall.html +++ b/programmer/templates/programmer/recall.html @@ -88,4 +88,20 @@ {% endif %} + + + + + + {% endblock %} \ No newline at end of file