{% extends "base.html" %} {% block title %}Online text file editor{% endblock %} {% block content %}

Editing text file

File: {{path}}
Full path on server: {{filepath}} {% if message %}

{{message}}

{% endif %}
{% csrf_token %}

[Edit the text by just typing in the box.]

{{form.identified_login}}

{{form.who_are_you}}




{% endblock %}