Browse Source

add titles in group_app

devel
Dmitry Novikov 7 years ago
parent
commit
254aeea43d
  1. 3
      group_app/templates/group_app/ext.html
  2. 2
      group_app/templates/group_app/group_list.html

3
group_app/templates/group_app/ext.html

@ -1,6 +1,7 @@
{% extends request.is_ajax|yesno:'bajax.html,base.html' %} {% extends request.is_ajax|yesno:'bajax.html,base.html' %}
{% load i18n %} {% load i18n %}
{% block title %}{% trans 'Groups' %}{% endblock %}
{% block breadcrumb %} {% block breadcrumb %}
<ol class="breadcrumb"> <ol class="breadcrumb">
@ -22,4 +23,4 @@
{% block content %}{% endblock %} {% block content %}{% endblock %}
</div> </div>
</div> </div>
{% endblock %}
{% endblock %}

2
group_app/templates/group_app/group_list.html

@ -1,6 +1,8 @@
{% extends 'base.html' %} {% extends 'base.html' %}
{% load i18n dpagination%} {% load i18n dpagination%}
{% block title %}{% trans 'Groups' %}{% endblock %}
{% block breadcrumb %} {% block breadcrumb %}
<ol class="breadcrumb"> <ol class="breadcrumb">
<li><span class="glyphicon glyphicon-home"></span></li> <li><span class="glyphicon glyphicon-home"></span></li>

Loading…
Cancel
Save