From c31d9c59fe9dbb6923256e004a35a28ce6c63c69 Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Wed, 15 Mar 2017 17:49:51 +0100 Subject: [PATCH] [admin-theme] Added title tag to temporary frontend --- django_netjsonconfig/admin_theme/templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/django_netjsonconfig/admin_theme/templates/base.html b/django_netjsonconfig/admin_theme/templates/base.html index f8a4a5b..7e2012d 100644 --- a/django_netjsonconfig/admin_theme/templates/base.html +++ b/django_netjsonconfig/admin_theme/templates/base.html @@ -1 +1,2 @@ {% extends 'admin/base_site.html' %} +{% block title %}OpenWISP2{% endblock %}