diff options
Diffstat (limited to 'views/admin.html')
-rw-r--r-- | views/admin.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/views/admin.html b/views/admin.html index e490704..2b733b5 100644 --- a/views/admin.html +++ b/views/admin.html @@ -72,8 +72,5 @@ {{ end }} </div> -<!-- <div id="reported" class="popup-box" style="margin-bottom: 25px; padding: 12px;"> --> -<!-- <h4 style="margin: 0; margin-bottom: 5px;">Reported</h4> --> -<!-- <ul style="display: inline-block; padding: 0; margin: 0; list-style-type: none;"> --> -<!-- </ul> --> -<!-- </div> --> +{{ template "partials/footer" .page }} +{{ template "partials/general_scripts" .page }} |