2011-11-23 21:30:01 +04:00
|
|
|
{% if webapp or settings.APP_PREVIEW %}
|
2011-11-30 02:26:25 +04:00
|
|
|
{% set webapp, WEBAPPS = True, True %}
|
2011-11-19 01:58:08 +04:00
|
|
|
{% endif %}
|
2011-09-09 03:25:01 +04:00
|
|
|
{% extends "webapps/base.html" if WEBAPPS else "impala/base.html" %}
|