diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-04-30 22:44:03 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-04-30 22:44:03 +0100 |
commit | b545f8ed404407a197347e7330624d706ddc4e0d (patch) | |
tree | f98cefcfc2d9da4ee7607e2452c5a74cb576d351 /templates/personexpedition.html | |
parent | be0148d146263140961e3e47dccd54bc28827e0a (diff) | |
download | troggle-b545f8ed404407a197347e7330624d706ddc4e0d.tar.gz troggle-b545f8ed404407a197347e7330624d706ddc4e0d.tar.bz2 troggle-b545f8ed404407a197347e7330624d706ddc4e0d.zip |
cleaned & removed defunct wiki_to_html
Diffstat (limited to 'templates/personexpedition.html')
-rw-r--r-- | templates/personexpedition.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/personexpedition.html b/templates/personexpedition.html index 323a30f..b71b584 100644 --- a/templates/personexpedition.html +++ b/templates/personexpedition.html @@ -1,6 +1,5 @@ {% extends "base.html" %} -{% load wiki_markup %} -{% block title %}Person {{personexpedition.person|wiki_to_html_short}} for {{personexpedition.expedition}}{% endblock %} +{% block title %}Person {{personexpedition.person}} for {{personexpedition.expedition}}{% endblock %} <!-- I am removing 'role' as a thing that troggle cares about. This will remove the Class Role (but keep PersonRole) and 1 foreign key role |