{% 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 SAVE ANYTHING yet



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


{% if output %} This is the HTML which will be put into the logbook.html, and below that is the HTML as rendered to be read as part of the full logbook.
{{output}}

{{output|safe}} {% endif %} {% endblock %}