Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pydanny/djangopackages
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Greenfeld committed Apr 15, 2015
2 parents 8cc745b + 25c0a41 commit d4517ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ <h1>{{ SITE_TITLE }}</h1>
- <a href="{% url 'faq' %}">{% trans "FAQ" %}</a>
- <a href="{% url 'terms' %}">{% trans "Terms" %}</a>
- <a href="{% url 'contribute' %}">{% trans "Contribute" %}</a>
- <a href="http://readthedocs.org/docs/opencomparison/en/latest/api_docs.html">{% trans "API" %}</a>
- <a href="http://djangopackages.readthedocs.org/en/latest/apiv3_docs.html">{% trans "API" %}</a>
- <a href="{% url 'syndication' %}">{% trans "RSS / Atom" %}</a>
</div>
</div>
Expand Down

0 comments on commit d4517ab

Please sign in to comment.