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. # Create your views here.
def home(request): 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 css_extra %}{% endblock %}
{% block head %} {% block head %}
<!--<link rel="stylesheet" href="./static/style.css" />--> <!--<link rel="stylesheet" href="./static/style.css" />-->
<title>{% block title %}{% endblock %} Ressourcenpool Bamberg</title> <title>{% block title %}{% endblock %}</title>
{% endblock %} {% endblock %}
<script src="{{ static('js/script.js') }}"></script> <script src="{{ static('js/script.js') }}"></script>
{% block js_extra %}{% endblock %} {% block js_extra %}{% endblock %}
@ -31,7 +31,7 @@
</div> </div>
<div id="footer"> <div id="footer">
{% block footer %} {% block footer %}
&copy; 2018 Ressourcenpool Bamberg. &copy; 2018 rooF(i)S.
{% endblock %} {% endblock %}
</div> </div>
</body> </body>