operations list of a concrete NS
[osm/LW-UI.git] / sf_t3d / settings.py
index 1020acd..619f4a2 100644 (file)
@@ -29,8 +29,8 @@ ALLOWED_HOSTS = []
 
 AUTH_USER_MODEL = "sf_user.CustomUser"
 
-SITE_NAME = "OSM Light Weight"
-SHORT_SITE_NAME = "OSM-LW-UI"
+SITE_NAME = "Open Source MANO"
+SHORT_SITE_NAME = "OSM"
 
 LOGIN_URL = '/auth/'
 LOGOUT_URL = '/auth/'
@@ -92,7 +92,7 @@ TEMPLATES = [
             ],
             'libraries':{
                 'get': 'sf_t3d.templatetags.get',
-
+                'date_tag': 'sf_t3d.templatetags.datetag',
             }
         },
     },