2
0
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:
2024-07-22 17:24:57 +02:00
parent 2de4ad2a2f
commit 48f2407a06
4 changed files with 190 additions and 2 deletions

View File

@@ -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 %}