files.html 228 B

12345678910111213141516
  1. {% extends 'base.html' %}
  2. {% load staticfiles %}
  3. {% block title %}
  4. List of files
  5. {% endblock %}
  6. {% block content %}
  7. We will display list of files here
  8. {% block javascripts %}
  9. {% endblock %}
  10. {% endblock %}