Revision c4e70532

b/ui/views.py
102 102
# ssh keys
103 103
MAX_SSH_KEYS_PER_USER = getattr(settings, "USERDATA_MAX_SSH_KEYS_PER_USER")
104 104

  
105
FLAVORS_DISK_TEMPLATES_INFO = getattr(settings, "UI_FLAVORS_DISK_TEMPLATES_INFO", {})
105 106

  
106 107
def template(name, context):
107 108
    template_path = os.path.join(os.path.dirname(__file__), "templates/")

Also available in: Unified diff