Ignore:
Timestamp:
Dec 3, 2011, 12:17:28 PM (13 years ago)
Author:
rick
Message:

Some awefull quirks to avoid uploading files without authentication.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/django_gheat/wlheatmap/templates/add_file.html

    r9660 r9749  
    1 <html>
    2 <head></head>
    3 <body>
     1{% extends "base.html" %}
     2{% block content %}
    43<form enctype="multipart/form-data" action="" method="post">
    54{{ form.as_p }}
    65<input type="submit" value="Submit" />
    76</form>
    8 </body>
    9 </html>
     7{% endblock content %}
Note: See TracChangeset for help on using the changeset viewer.