missed a wiki_markup ref

This commit is contained in:
Philip Sargent 2021-04-03 21:59:18 +01:00
parent 4d7e3d6866
commit c08356876d

View File

@ -1,4 +1,5 @@
{% extends "base.html" %}
{% load wiki_markup %}
{% block title %}Expedition {{expedition.name}}{% endblock %}
{% block editLink %}<a href={{expedition.get_admin_url}}>Edit expedition {{expedition|wiki_to_html_short}}</a>{% endblock %}