add special template for skeleton pages

This commit is contained in:
Frédéric Péters 2015-05-28 16:00:20 +02:00
parent 4a4ea5d84d
commit ccd1b943c7
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{% extends 'combo/page_template.html' %}
{% load combo %}
{% block user-name %}
{% skeleton_extra_placeholder 'user-name' %}
{% endblock %}
{% block left-menu-links %}
{% skeleton_extra_placeholder 'left-menu-links' %}
{% endblock %}