diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2015-01-28 18:10:23 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2015-01-28 18:10:23 +0100 |
| commit | 19f1b5d2a1730f8e37c8fc5585d30b99e70a8575 (patch) | |
| tree | b0c1b4eed49a1c7fe12db01b61bfc3b7b1382005 /data | |
| parent | 0b8c6658dd1e6782ed3686d91d4263b89cdbb8a7 (diff) | |
| download | phorkie-19f1b5d2a1730f8e37c8fc5585d30b99e70a8575.tar.gz phorkie-19f1b5d2a1730f8e37c8fc5585d30b99e70a8575.zip | |
Automatically login to phorkie
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/base.htm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/templates/base.htm b/data/templates/base.htm index efc9e3b..fabfd52 100644 --- a/data/templates/base.htm +++ b/data/templates/base.htm @@ -95,5 +95,8 @@ <a href="http://www.gnu.org/licenses/agpl-3.0.html"> <abbr title="GNU Affero General Public License">AGPL</abbr></a>. </div> + {% if autologin %} + <script src="js/autologin.js"></script> + {% endif %} </body> </html> |
