Add coffeeinfoitem

Serve ka.dy.fi in iframe as infoitem. Resolves #29.
This commit is contained in:
Tatoma
2017-02-01 19:19:56 +02:00
parent 54148fdfb3
commit e5e284b80d
8 changed files with 43 additions and 0 deletions
+7
View File
@@ -75,7 +75,14 @@ class ABBInfoItem(InfoItem):
@staticmethod
def get_create_template_url():
return "/static/html/abb_create.html"
class CoffeeInfoItem(InfoItem):
def get_template_url(self):
return "/static/html/coffee.html"
@staticmethod
def get_create_template_url():
return "/static/html/coffee_create.html"
class SossoInfoItem(InfoItem):
def get_template_url(self):