Skip to content

Commit

Permalink
Add person name to page title
Browse files Browse the repository at this point in the history
Fixes #100
  • Loading branch information
alexgleason committed Mar 13, 2019
1 parent e035a8b commit 2c19623
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project_tier/network/templates/network/person_detail.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{% extends "standard_layout.html" %}
{% load navigation_tags wagtailcore_tags wagtailimages_tags %}

{% block title %}{{object.first_name}} {{object.last_name}}{% endblock %}

{% block page_banner %}
<header class="page-header">
<div class="row">
Expand Down

0 comments on commit 2c19623

Please sign in to comment.