From 9a911e581b0bd5089a007da1244379fd2a7590b8 Mon Sep 17 00:00:00 2001 From: busybox11 Date: Wed, 26 Aug 2020 14:46:52 +0200 Subject: [PATCH] Add empty rule for index --- PDMI/front/templates/front/index.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/PDMI/front/templates/front/index.html b/PDMI/front/templates/front/index.html index 90a6cad..ebfd094 100644 --- a/PDMI/front/templates/front/index.html +++ b/PDMI/front/templates/front/index.html @@ -42,6 +42,10 @@ + {% empty %} +
+ No modules are registered in the database. +
{% endfor %} @@ -66,6 +70,10 @@ + {% empty %} +
+ No modules are registered in the database. +
{% endfor %}