diff options
Diffstat (limited to 'templates/editentrance.html')
-rw-r--r-- | templates/editentrance.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/editentrance.html b/templates/editentrance.html index 3b0e12b..e772a11 100644 --- a/templates/editentrance.html +++ b/templates/editentrance.html @@ -10,7 +10,7 @@ {% endblock %} {% block content %} <form action="" method="post">{% csrf_token %} - <table>{{ form }}</table> + <table>{{entletter}}{{ form }}</table> {{ versionControlForm }} <p><input type="submit" value="Submit" /></p> </form> |