diff --git a/templates/admin/app_index.html b/templates/admin/app_index.html new file mode 100644 index 00000000..99b16eb7 --- /dev/null +++ b/templates/admin/app_index.html @@ -0,0 +1,38 @@ +{% extends "admin/base_site.html" %} + +{% load i18n %} + +{% block breadcrumbs %} +
+{% endblock %} + +{% block content %} + {% if app_list %} +{% trans "You don't have permission to edit anything." %}
+ {% endif %} +{% endblock %} diff --git a/templates/admin/base_site.html b/templates/admin/base_site.html new file mode 100644 index 00000000..47043929 --- /dev/null +++ b/templates/admin/base_site.html @@ -0,0 +1,7 @@ +{% extends "users/sidebar.html" %} + +{% load static %} + +{% block title %}{{ title }}{% endblock %} + +{% block nav-global %}{% endblock %} diff --git a/templates/admin/delete_selected_confirmation.html b/templates/admin/delete_selected_confirmation.html new file mode 100644 index 00000000..7f5f62ff --- /dev/null +++ b/templates/admin/delete_selected_confirmation.html @@ -0,0 +1,80 @@ +{% extends "admin/base_site.html" %} + +{% load i18n l10n admin_urls static %} + +{% block extrahead %} + {{ block.super }} + {{ media }} + {# Make previous link works #} + +{% endblock %} + +{% block breadcrumbs %} + +{% endblock %} + +{% block content %} + {% if perms_lacking or protected %} + {% if perms_lacking %} +