From c7e9b0d9f65dd47cb4e859130afd88764fca3cc5 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Tue, 19 Nov 2013 17:34:14 -0500 Subject: [PATCH] Move the repo admin script requirements to the index.html. For some reason, they were not loading when added inside the partial. --- static/partials/repo-admin.html | 3 --- templates/index.html | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/static/partials/repo-admin.html b/static/partials/repo-admin.html index d9016b83a..bd5eff122 100644 --- a/static/partials/repo-admin.html +++ b/static/partials/repo-admin.html @@ -1,6 +1,3 @@ - - -
diff --git a/templates/index.html b/templates/index.html index b9b322e0b..6d9f26bc4 100644 --- a/templates/index.html +++ b/templates/index.html @@ -26,6 +26,10 @@ + + + + {% endblock %} {% block body_content %}