From 13a846813a1cf192355485197fc144d37e34eb63 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Wed, 29 Apr 2015 19:46:38 +0300 Subject: revive static/js move --- res/debian/install | 2 +- res/templates/index.html | 4 ++-- res/templates/login.html | 2 +- res/templates/user_signup.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/res/debian/install b/res/debian/install index a37207aa..8d6b927a 100644 --- a/res/debian/install +++ b/res/debian/install @@ -9,5 +9,5 @@ src/local/server-tools/* usr/lib/rhizi/tools/server-tools src/local/rz-mux/* usr/lib/rhizi/tools/rz-mux # Domain specific - install defaults +src/local/domain/default.rhizi.net/domain_types.js usr/lib/rhizi/webapp/static/js/model/ res/local/template/fragment/by-domain/default.rhizi.net/* usr/share/rhizi/webapp/templates/fragment -src/local/domain/default.rhizi.net/domain_types.js usr/share/rhizi/webapp/static/js/model/ diff --git a/res/templates/index.html b/res/templates/index.html index c2d47381..87fc59ad 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -19,8 +19,8 @@ var rz_config = { // set as a global variable var RZ_VERSION = '{% include "fragment/version.txt" %}'; - - + + {% endblock %} {% block content %}
diff --git a/res/templates/login.html b/res/templates/login.html index b4d7f978..b3e4cfd0 100644 --- a/res/templates/login.html +++ b/res/templates/login.html @@ -3,7 +3,7 @@ {% block head %} {{ super() }} - +