mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-04-01 00:37:31 +01:00
annotation on heading
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}New Logbook Entry form{% endblock %}
|
||||
{% block title %}New Logbook Entry form{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
{% if date %}
|
||||
<h2>Edit Logbook Entry on {{date}}</h2>
|
||||
<h2 title="id = {{slug}}">Edit Existing Logbook Entry on {{date}}</h2>
|
||||
{% else %}
|
||||
<h2>New Logbook Entry in {{year}}</h2>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user