Skip to content

Commit

Permalink
removed link to sponsor info page out of nav
Browse files Browse the repository at this point in the history
  • Loading branch information
benjmin-r committed May 7, 2014
1 parent a1ba552 commit 6b196b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
<li{% block activepage_schedule %}{% endblock %}><a href="{% url 'schedule' %}">Schedule</a></li>
<li{% block activepage_location %}{% endblock %}><a href="{% url 'location' %}">Location</a></li>
<li{% block activepage_history %}{% endblock %}><a href="{% url 'history' %}">History</a></li>
<li{% block activepage_sponsoring %}{% endblock %}><a href="{% url 'sponsoring' %}">Sponsoring</a></li>
<li{% block activepage_values %}{% endblock %}><a href="{% url 'values' %}">SoCraTes' Values</a></li>
<li{% block activepage_contact %}{% endblock %}><a href="{% url 'contact' %}">Contact</a></li>
</ul>
Expand Down
5 changes: 4 additions & 1 deletion templates/include_sponsor_logos.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<div class="sponsor-sidebar">
<h3>Sponsors</h3>
<p>We are glad to be supported by<br>(ordered alphabetically):</p>
<p>
We are glad to be supported by the following sponsors. <br>
<a href="{% url 'sponsoring' %}">Want to become a Sponsor too?</a>
</p>

<div class="sponsorlogo">
<a href="http://www.andrena.de/" target="_blank"><img src="{{ STATIC_URL }}logos/andrena160.png"
Expand Down

0 comments on commit 6b196b9

Please sign in to comment.