Skip to content
Snippets Groups Projects
Commit 9031afa7 authored by thomaswoehlke's avatar thomaswoehlke
Browse files

template changes

parent 32cf12de
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
{% block content %} {% block content %}
{{super()}} {{super()}}
{% include 'who/fragments/fragment_who_navtabs.html' %} {% include 'who/navigation/who_navtabs.html' %}
<div class="container"> <div class="container">
<div class="row"> <div class="row">
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
{% block content %} {% block content %}
{{super()}} {{super()}}
{% include 'who/fragments/fragment_who_navtabs.html' %} {% include 'who/navigation/who_navtabs.html' %}
<div class="container"> <div class="container">
<div class="row"> <div class="row">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment