Skip to content

Commit

Permalink
new name based title
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Apr 15, 2016
1 parent d833639 commit 46c70f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Expand Up @@ -13,6 +13,7 @@
<div id="header" class="header">
{% block header %}
{% include "admin/header.html.tpl" %}
<h1>{% block name %}{% endblock %}</h1>
{% endblock %}
</div>
<div id="content" class="content {% block style %}{% endblock %}">{% block content %}{% endblock %}</div>
Expand Down
@@ -1,5 +1,6 @@
{% extends "admin/admin.simple.html.tpl" %}
{% block title %}Error{% endblock %}
{% block name %}Error{% endblock %}
{% block content %}
<div class="quote">
There was an problem while executing an operation.<br />
Expand Down
@@ -1,5 +1,6 @@
{% extends "admin/admin.simple.html.tpl" %}
{% block title %}Error{% endblock %}
{% block name %}Error{% endblock %}
{% block content %}
<div class="quote">
There was an problem while executing an operation.<br />
Expand Down

0 comments on commit 46c70f7

Please sign in to comment.