major refactoring and cleanup

This commit is contained in:
Kevin Papst
2016-10-23 00:12:32 +02:00
parent 5a85b1d37e
commit c492d30be3
70 changed files with 1304 additions and 4027 deletions

View File

@@ -1,4 +1,4 @@
{% extends 'base.html.twig' %}
{% extends 'bootstrap.html.twig' %}
{% block body_id 'login' %}
@@ -40,6 +40,7 @@
{{ parent() }}
<script>
// FIXME remove me
$(document).ready(function() {
var usernameEl = $('#username');
var passwordEl = $('#password');