{% extends 'base.html' %} {% load static %} {% block head %} {% endblock %} {% block content %} Please enter your login credentials. Default user created This is a fresh Ginggar installation. You can log in now with user 'admin' (password: 'admin'). It might be a good idea to change that password later using the admin panel. Invalid login credentials Please try again. User name Password {% csrf_token %} {% endblock %}