Progress...

This commit is contained in:
simon 2017-07-15 19:36:37 +01:00
parent be324e9d06
commit 2ce44cc0b8
6 changed files with 61 additions and 40 deletions

View file

@ -1,5 +1,6 @@
{% extends "base-authenticated.html" %}
{% block title %}
{{ user }}
{% endblock %}
{% block big-links %}
<div class="big-link-container">
@ -7,7 +8,9 @@
</div>
{% for role in roles %}
<div class="big-link-container">
<a href="{{role}}" class="big-link" id="big-link">{{role}}</a>
<a href="{{role.name|lower}}" class="big-link" id="big-link">{{role.name}}</a>
</div>
{% endfor %}
{% endblock %}
{% block content %}
{% endblock %}