mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-03-31 12:46:03 +01:00
cleaned & removed defunct wiki_to_html
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
{% extends "base.html" %}
|
||||
{% load wiki_markup %}
|
||||
{% block title %}Person {{person|wiki_to_html_short}}{% endblock %}
|
||||
{% block title %}Person {{person}}{% endblock %}
|
||||
|
||||
{% block editLink %}| <a href={{person.get_admin_url}}>Edit person {{person|wiki_to_html_short}}</a>{% endblock %}
|
||||
{% block editLink %}| <a href={{person.get_admin_url}}>Edit person {{person}}</a>{% endblock %}
|
||||
|
||||
{% block contentheader %}
|
||||
<h2> {{person|wiki_to_html_short}} </h2>
|
||||
<h2> {{person|safe}} </h2>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
@@ -19,7 +18,7 @@
|
||||
{% endif %}
|
||||
<br class="clearfloat" />
|
||||
|
||||
<h3>{{person|wiki_to_html_short}} has been on expo in the following years:</h3>
|
||||
<h3>{{person|safe}} has been on expo in the following years:</h3>
|
||||
<p>
|
||||
<ul>
|
||||
{% for personexpedition in person.personexpedition_set.all %}
|
||||
|
||||
Reference in New Issue
Block a user