Skip to content

Commit

Permalink
moving the excel sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
xkmato committed Jul 9, 2014
1 parent 36a2a5a commit 056e9f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -58,6 +58,6 @@ def reporting_districts():
sheet.write(rowx, 5, names)
rowx += 1

file_name = "reporters.xls"
file_name = "ereporters.xls"
file_path = '%s%s' % (settings.SPREADSHEETS_PATH, file_name)
book.save(file_path)
Expand Up @@ -5,7 +5,7 @@
<div id="add_school_anchor_row">
<a href="javascript:void(0)" onclick="newSchool(this, '{% url 'add-schools' %}')">Add New School(s)</a>
&nbsp;|&nbsp;
<a href="/static/education/spreadsheets/reporters.xls">Download as Excel</a>
<a href="/static/education/spreadsheets/ereporters.xls">Download as Excel</a>
</div>
{% endblock %}

Expand Down

0 comments on commit 056e9f1

Please sign in to comment.