logging
+ a logfile is now being written when something is edited or deleted + new logo (by Phyyyl)
This commit is contained in:
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 |
BIN
invsystem/user_manager/static/user_manager/images/logo.png
Normal file
BIN
invsystem/user_manager/static/user_manager/images/logo.png
Normal file
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 |
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue