just testing

This commit is contained in:
Tobias Haegele 2018-06-08 21:15:10 +02:00
parent c2fa630acf
commit cd3ac8afe9
2 changed files with 3 additions and 3 deletions

View File

@ -3,4 +3,4 @@ from django.shortcuts import render
# Create your views here.
def home(request):
return render(request, 'base.jinja', {})
return render(request, 'base.jinja', {"title":"roofis is love roofis is live"})

View File

@ -6,7 +6,7 @@
{% block css_extra %}{% endblock %}
{% block head %}
<!--<link rel="stylesheet" href="./static/style.css" />-->
<title>{% block title %}{% endblock %} Ressourcenpool Bamberg</title>
<title>{% block title %}{% endblock %}</title>
{% endblock %}
<script src="{{ static('js/script.js') }}"></script>
{% block js_extra %}{% endblock %}
@ -31,7 +31,7 @@
</div>
<div id="footer">
{% block footer %}
&copy; 2018 Ressourcenpool Bamberg.
&copy; 2018 rooF(i)S.
{% endblock %}
</div>
</body>