gremmie@1: {% extends 'base.html' %} gremmie@1: {% load downloads_tags %} bgneal@133: {% load core_tags %} gremmie@1: {% block title %}Add Download{% endblock %} gremmie@1: {% block custom_css %} gremmie@1: {{ add_form.media }} gremmie@1: gremmie@1: {% endblock %} gremmie@1: {% block content %} gremmie@1:

Downloads

gremmie@1: {% downloads_navigation %} gremmie@1:

Add Download

gremmie@1: gremmie@1:

Use the following form to upload a file. Please note the following:

gremmie@1: gremmie@1: gremmie@1:

Terms of Use

gremmie@1: gremmie@1:

By uploading a file, you agree to the following terms:

gremmie@1:
    gremmie@1:
  1. You are allowing SurfGuitar101 to host the file for an undetermined amount of time.
  2. gremmie@1:
  3. This agreement will serve as your "Written" consent for SurfGuitar101 to host the file.
  4. gremmie@1:
  5. The owners of SurfGuitar101 are absolved of any liability claims resulting from the use of or hosting of your file.
  6. gremmie@1:
  7. You acknowledge you have permission to upload and distribute the file.
  8. gremmie@1:
  9. The file may be removed at any time at the discretion of the staff of SurfGuitar101.
  10. gremmie@1:
gremmie@1: bgneal@194:
{% csrf_token %} gremmie@1:
gremmie@1: Upload Form gremmie@1: gremmie@1: {{ add_form.as_table }} gremmie@1: gremmie@1: gremmie@1: gremmie@1:
  bgneal@133: {% comment_dialogs %} gremmie@1: gremmie@1:
gremmie@1:
gremmie@1:
gremmie@1: gremmie@1: {% endblock %}