Skip to content
Snippets Groups Projects
Commit bfe628d3 authored by Marco De Donno's avatar Marco De Donno
Browse files

Add the navigation bar for the donors

parent c9162a71
No related branches found
No related tags found
No related merge requests found
......@@ -17,13 +17,18 @@
<body class="icnml_main_layout">
{% include "header.html" %}
{% if account_type == 1 %}
{% include "navigations/admin.html" %}
{% endif %}
{% if account_type == 2 %}
{% include "navigations/donor.html" %}
{% endif %}
{% if account_type == 3 %}
{% include "navigations/submitter.html" %}
{% endif %}
{% if account_type == 1 %}
{% include "navigations/admin.html" %}
{% endif %}
<div class="icnml_content"></div>
<script type="text/javascript">
......
<div class="icnml_navigation">
</div>
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