Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix public data link on home page #71

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ <h3>Check the number of books in your neighborhood school</h3>
<hr>
<a href="{% url schools_list %}">View all schools &rarr;</a>
<hr>
This tool relies on <a href="http://webgui.phila.k12.pa.us/offices/a/accountability/open-data-initiative">public data.</a> School names and types came from <a href="http://opendataphilly.org/opendata/resource/114/public-school-statistics/">Open Data Philly.</a> The <a href="http://webgui.phila.k12.pa.us/offices/c/curriculum/">Office of Curriculum and Instruction</a> provided its records for which books were available at which schools as well as the number of students in each grade. <a href="http://webgui.phila.k12.pa.us/offices/e/empowerment-school-support/textbook">Textbook prices</a> and <a href="http://webgui.phila.k12.pa.us/offices/c/curriculum">curriculum standards</a> came from the <a href="http://www.phila.k12.pa.us/">School District of Philadelphia's website.</a>
This tool relies on <a href="http://webgui.phila.k12.pa.us/offices/o/open-data-initiative">public data.</a> School names and types came from <a href="http://opendataphilly.org/opendata/resource/114/public-school-statistics/">Open Data Philly.</a> The <a href="http://webgui.phila.k12.pa.us/offices/c/curriculum/">Office of Curriculum and Instruction</a> provided its records for which books were available at which schools as well as the number of students in each grade. <a href="http://webgui.phila.k12.pa.us/offices/e/empowerment-school-support/textbook">Textbook prices</a> and <a href="http://webgui.phila.k12.pa.us/offices/c/curriculum">curriculum standards</a> came from the <a href="http://www.phila.k12.pa.us/">School District of Philadelphia's website.</a>
</div>
</div>
</div>
{% endblock %}
{% endblock %}