Rebase the agent_homepage template on new gadjo homepage of authentic2

This commit is contained in:
Benjamin Dauvergne 2015-06-16 12:23:54 +02:00
parent b8fc7d423d
commit a456a8430c
1 changed files with 5 additions and 4 deletions

View File

@ -1,17 +1,18 @@
{% extends "authentic2/base-page.html" %}
{% extends "authentic2/homepage.html" %}
{% load i18n %}
{% block title %}
{% trans "Authentic" %}
{% endblock %}
{% block appbar %}
{{ block.super }}
<a href="{% url "account_management" %}">{% trans "Your account" %}</a>
{% endblock %}
{% block content %}
<h2 id="services-header">Services</h2>
<ul>
{% if user.is_admin or user.is_superuser %}
<li id="administration-link"><a href="{% url "a2-manager-homepage" %}">Gestion des collectivités et des services</a></li>
{% endif %}
{% for name, url, slug in service_links %}
<li>
<a id="service-link-{{ slug }}" href="{{ url }}">