Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Commit

Permalink
bug 683312 removed footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismore committed Jan 8, 2014
1 parent 6fc48dc commit a909f7a
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions footer.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
<div id="footer-right">
{% block lang_form %}
{% endblock %}
</div>

<div id="footer-logo">

This comment has been minimized.

Copy link
@cvan

cvan Jan 14, 2014

Contributor

don't you want you to remove the styles?

<a href="http://www.mozilla.org/" title="{{ _('Back to home page') }}">
{{ _('Firefox') }}
</a>
</div>

<div id="footer-menu" role="navigation">
{% block menu_links %}
{% include 'global/menu_links.html' %}

This comment has been minimized.

Copy link
@cvan

cvan Jan 14, 2014

Contributor

I'm surprised we don't want to at least include a link to "Support" (SUMO)

This comment has been minimized.

Copy link
@Osmose

Osmose Jan 14, 2014

Contributor

Honestly I'm surprised the solution here wasn't "stop using django-moz-header already". Which is what is going to happen to Affiliates, leaving Nocturnal and AMO.

{% endblock %}
</div>

{% block copyright %}
{% include 'global/copyright.html' %}
{% endblock %}

0 comments on commit a909f7a

Please sign in to comment.