From 7bb53c64da2dcf88894bfd31503accdd81498f3d Mon Sep 17 00:00:00 2001 From: Thomas Duval Date: Wed, 3 Jun 2020 10:06:52 +0200 Subject: Update to new version 5.4 Signed-off-by: Thomas Duval Change-Id: Idcd868133d75928a1ffd74d749ce98503e0555ea --- moon_dashboard/moon/policy/templates/policy/index.html | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 moon_dashboard/moon/policy/templates/policy/index.html (limited to 'moon_dashboard/moon/policy/templates/policy/index.html') diff --git a/moon_dashboard/moon/policy/templates/policy/index.html b/moon_dashboard/moon/policy/templates/policy/index.html deleted file mode 100644 index 67cd9c3d..00000000 --- a/moon_dashboard/moon/policy/templates/policy/index.html +++ /dev/null @@ -1,16 +0,0 @@ -{% extends 'base.html' %} -{% load i18n %} -{% block title %}{% trans "Policies" %}{% endblock %} - -{% block page_header %} - {% include "horizon/common/_page_header.html" with title=_("Policies") %} -{% endblock page_header %} - - - -{% block main %} - - -{% endblock %} - -- cgit 1.2.3-korg