Skip to content

Commit

Permalink
Added missing links on the homepage. Refs django#110
Browse files Browse the repository at this point in the history
  • Loading branch information
olasitarska committed Nov 16, 2014
1 parent 4155ffc commit e35ffbe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/homepage.html
Expand Up @@ -145,10 +145,10 @@ <h3>New to Django?</h3>

<h3>The Power of Django</h3>
<ul class="list-links-small docs-list">
<li><a href="#">Object-relational mapper</a></li>
<li><a href="#">Automatic admin interface</a></li>
<li><a href="#">Robust template system</a></li>
<li><a href="#">Quick internationalization</a></li>
<li><a href="https://docs.djangoproject.com/en/{{ DOCS_VERSION }}/topics/db/models/">Object-relational mapper</a></li>
<li><a href="https://docs.djangoproject.com/en/{{ DOCS_VERSION }}/intro/tutorial02/">Automatic admin interface</a></li>
<li><a href="https://docs.djangoproject.com/en/{{ DOCS_VERSION }}/topics/templates/">Robust template system</a></li>
<li><a href="https://docs.djangoproject.com/en/{{ DOCS_VERSION }}/topics/i18n/">Quick internationalization</a></li>
</ul>
<a href="{% url 'overview' %}" class="link-readmore">Explore more features</a>

Expand Down

0 comments on commit e35ffbe

Please sign in to comment.