Skip to content

Commit

Permalink
Merge pull request #111 from OnroerendErfgoed/109_aanpassingen_invent…
Browse files Browse the repository at this point in the history
…aris

109 aanpassingen inventaris
  • Loading branch information
cedrikv committed Mar 21, 2018
2 parents a7cf9f2 + 3b230b7 commit dcf5f7a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyoes/templates/pyoes/header.jinja2
Expand Up @@ -54,7 +54,7 @@
{% for id, caption, href in main_nav %}
<li{% if id == active_main_nav %} class="active"{% endif %}>
{% if id == 'home' %}
<a href="{{ href }}"><i class="fa fa-institution"></i></a>
<a href="{{ href }}"><i class="fa fa-home"></i></a>
{% else %}
<a href="{{ href }}">{{ caption }}</a>
{% endif %}
Expand Down
12 changes: 9 additions & 3 deletions pyoes/templates/pyoes/layout.jinja2
Expand Up @@ -69,7 +69,9 @@
</head>
<body>
<div class="container">
<script type="text/javascript" src="//widgets.vlaanderen.be/widget/live/5499d8dc0848446e91022c6dba9db343?mtime=1421237274"></script>
{% block vlaanderen-header scoped %}
<script type="text/javascript" src="//widgets.vlaanderen.be/widget/live/5499d8dc0848446e91022c6dba9db343?mtime=1421237274"></script>
{% endblock %}

{% block header scoped %}
{% include "pyoes/header.jinja2" %}
Expand All @@ -83,9 +85,13 @@
<div class="push"></div>
</div>
<div id="footerContainer">
{% include "pyoes/footer.jinja2" %}
{% block footer scoped %}
{% include "pyoes/footer.jinja2" %}
{% endblock %}

<script type="text/javascript" src="//widgets.vlaanderen.be/widget/live/79a9f632dc8e45aa884f7924ee16f7bf?mtime=1421237274"></script>
{% block vlaanderen-footer scoped %}
<script type="text/javascript" src="//widgets.vlaanderen.be/widget/live/79a9f632dc8e45aa884f7924ee16f7bf?mtime=1421237274"></script>
{% endblock %}
</div>
<script src="{{ request.static_path(app_package + ':static/bower_components/foundation/js/foundation.min.js') }}"></script>
<script src="{{ request.static_path(app_package + ':static/js/app.js') }}"></script>
Expand Down

0 comments on commit dcf5f7a

Please sign in to comment.