upgrade to django 1.11.16 and python3.6

This commit is contained in:
cmile 2018-10-03 00:16:28 +02:00
parent b32465e85f
commit bc0258ea8f
17 changed files with 155 additions and 84 deletions

View file

@ -1,5 +1,6 @@
{% load i18n %}
{% load crispy_forms_tags %}
{% load static from staticfiles %}
<!DOCTYPE html>
<html lang="de">
@ -66,7 +67,7 @@
<span class="icon-bar"></span>
</a>
<span class="brand"><a href="/"><img style="margin-top: -10px;"
src="{{ STATIC_URL }}img/logo.gif" /></a>
src="{% static 'img/logo.gif' %}" /></a>
<a href="/">{% trans "member interface" %}</a>
</span>
<div class="nav-collapse collapse">

View file

@ -11,7 +11,8 @@
<div class="row">
<div class="text-center span4 offset4" style="background-color: #eee;">
<img src="{{ STATIC_URL }}img/mchammer.gif" />
<img src='{% static "img/mchammer.gif" %}' />
</div>
</div>
</div>