Revert "CSIT-Dash: Improvements in layout"
[csit.git] / csit.infra.dash / app / pal / news / layout.py
index f21ea68..e9ff4dc 100644 (file)
@@ -230,8 +230,7 @@ class Layout:
 
         try:
             with open(self._html_layout_file, "r") as file_read:
-                self._html_layout = file_read.read().\
-                    replace("_title_", C.NEWS_TITLE)
+                self._html_layout = file_read.read()
         except IOError as err:
             raise RuntimeError(
                 f"Not possible to open the file {self._html_layout_file}\n{err}"
@@ -325,7 +324,7 @@ class Layout:
             children=[
                 dbc.NavItem(
                     dbc.NavLink(
-                        C.NEWS_TITLE,
+                        "Continuous Performance News",
                         disabled=True,
                         external_link=True,
                         href="#"