Clean old infoscreen code and statics

This commit is contained in:
Aarni Halinen
2019-03-26 14:39:35 +02:00
parent b5462d5757
commit 1c51b666ab
25 changed files with 8 additions and 377 deletions
-15
View File
@@ -254,21 +254,6 @@ class VideoInfoItem(InfoItem):
return d
class HslInfoItem(InfoItem):
"""Class for HSL Infoscreen item."""
display_name = _("HSL timetables")
def get_template_url(self):
"""Return HSL infoitem template url."""
return "/static/infoscreen/html/hsl.html"
@staticmethod
def get_create_template_url():
"""Call create HSL infoitem template url command."""
return "/static/infoscreen/html/hsl_create.html"
class ExternalImageInfoItem(InfoItem):
"""Class for External Image Infoscreen item."""