Skip to content

Commit

Permalink
fix titles on user admin page
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelb98 committed Oct 3, 2018
1 parent 22a03b8 commit f192cc6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions templates/user.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{% extends "_base.html" %}
{% set title='New User' %}
{% set heading='Create new User' %}
{% set title='User administration' %}
{% set heading='Users' %}

{% block breadcumb %}
<ol class="breadcrumb">
<li>User administration</li>
<li class="active">New user</li>
<li class="active">User administration</li>
</ol>
{% endblock %}

Expand Down

0 comments on commit f192cc6

Please sign in to comment.