+ a logfile is now being written when something is edited or deleted
+ new logo (by Phyyyl)
This commit is contained in:
Clemens-Dautermann 2018-12-28 21:58:09 +01:00
parent 721a2d5210
commit 4a710bafde
10 changed files with 33 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 105 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 223 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 MiB

View file

@ -24,13 +24,13 @@
{% if user.is_authenticated %}
<div class="navbar-header">
<img src="{% static 'user_manager/images/logo_50_50.png' %}" class="logo">
<img src="{% static 'user_manager/images/logo.png' %}" class="logo">
</div>
<span class="welcome">Wilkommen {{ user.username }}!</span>
{% else %}
<div class="navbar-header">
<img src="{% static 'user_manager/images/logo_50_50.png' %}" class="logo_not_logged_in">
<img src="{% static 'user_manager/images/logo.png' %}" class="logo_not_logged_in">
</div>
{% endif %}
<ul class="nav navbar-nav">