Sort people by notability

Better errors and tidy
Nicer date formats
This commit is contained in:
Sam Wenham
2019-04-02 02:04:38 +01:00
parent b3089fafe9
commit d1d0c24ed8
5 changed files with 6 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
{% block related %}{% endblock %}
{% block nav %}{% endblock %}
<h2>{{logbookentry.title}}</h2>
<h2>{{logbookentry.title|safe}}</h2>
<div id="related">
<p><a href="{{ logbookentry.expedition.get_absolute_url }}">{{logbookentry.expedition.name}}</a></p>
@@ -66,7 +66,7 @@
<div id="col1">
<div class="logbookentry">
<b>{{logbookentry.date}}</b>
<b>{{logbookentry.date|date:"D d M Y"}}</b>
{% if logbookentry.entry_type == "html" %}
<p>{{logbookentry.text|safe}}</p>
{% else %}