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
bgneal@241: {% include 'downloads/navigation.html' %}
gremmie@1: Add Download
gremmie@1:
gremmie@1: Use the following form to upload a file. Please note the following:
gremmie@1:
gremmie@1: - Please submit an upload only once.
gremmie@1: - All files are reviewed before being made available in the Downloads area.
gremmie@1: - Only certain file types are allowed.
gremmie@1: - Your username and IP address will be recorded, so please do not abuse the system.
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: - You are allowing SurfGuitar101 to host the file for an undetermined amount of time.
gremmie@1: - This agreement will serve as your "Written" consent for SurfGuitar101 to host the file.
gremmie@1: - The owners of SurfGuitar101 are absolved of any liability claims resulting from the use of or hosting of your file.
gremmie@1: - You acknowledge you have permission to upload and distribute the file.
gremmie@1: - The file may be removed at any time at the discretion of the staff of SurfGuitar101.
gremmie@1:
gremmie@1:
bgneal@194:
gremmie@1:
gremmie@1: {% endblock %}