{% extends "base.html" %} {% block title %}New Logbook Entry form{% endblock %} {% block content %}

New Logbook Entry in {{year}}

{% if save_bad %}

Cannot save to '{{save_bad}}' as a file of that name already exists here.

{% endif %}
{% csrf_token %}











[Type in text in Logbook HTML format.]



This DOES NOT WORK yet



Full logbook for this year: Logbook {{year}}


{% endblock %}