adjustments after #7409 and #7411

This commit is contained in:
Frédéric Péters 2015-05-29 13:34:20 +02:00
parent b85c3de2ef
commit 9b96615222
4 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,8 @@
{% extends "authentic2/base.html" %}
{% block placeholder-content %}
<div class="a2-block">
{% block content %}
{% endblock %}
</div>
{% endblock %}

View File

@ -0,0 +1 @@
{% extends "base.html" %}

View File

@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends "authentic2/base.html" %}
{% load i18n %}
{% load staticfiles %}

View File

@ -5,6 +5,11 @@
{% endblock %}
{% endblock %}
{% block placeholder-content %}
{% block content %}
{% endblock %}
{% endblock %}
{% block user-info %}
{% if user.is_authenticated %}
<span class="logged-in">