base.html template inheriting from hobo's base for mellon application

Closes #6004
This commit is contained in:
Serghei Mihai 2015-01-15 14:46:45 +01:00
parent b00261cdb8
commit 05fe3f3650
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{% extends "hobo/base.html" %}
{% block content %}
{% block mellon_content %}
{% endblock %}
{% endblock %}
{% block extrascripts %}
{% block mellon_extrascripts %}
{% endblock %}
{% endblock %}