C-Dash: Change the year in the copyright message.
[csit.git] / csit.infra.dash / app / cdash / routes.py
index 8a47c04..1906d00 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2022 Cisco and/or its affiliates.
+# Copyright (c) 2023 Cisco and/or its affiliates.
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at:
@@ -28,10 +28,8 @@ def home():
         C.MAIN_HTML_LAYOUT_FILE,
         title=C.TITLE,
         description=C.DESCRIPTION,
-        copyright=C.COPYRIGHT,
         trending_title=C.TREND_TITLE,
         report_title=C.REPORT_TITLE,
         stats_title=C.STATS_TITLE,
-        news_title=C.NEWS_TITLE,
-        template=C.TEMPLATE
+        news_title=C.NEWS_TITLE
     )