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

Editing text file (not fully working yet)

File: {{path}}
Full path on server: {{filepath}}
{% csrf_token %}

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



{% endblock %}