Sosso item for infoscreen
This commit is contained in:
@@ -72,6 +72,13 @@ class ABBInfoItem(InfoItem):
|
||||
def get_create_template_url():
|
||||
return "/static/html/abb_create.html"
|
||||
|
||||
class SossoInfoItem(InfoItem):
|
||||
def get_template_url(self):
|
||||
return "/static/html/sosso.html"
|
||||
@staticmethod
|
||||
def get_create_template_url():
|
||||
return "/static/html/sosso_create.html"
|
||||
|
||||
class ImageInfoItem(InfoItem):
|
||||
img = models.ImageField(upload_to="infoimages/")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user