Skip to content

Commit

Permalink
Bug 750912 - Manually updating home page news items
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcook committed Nov 29, 2012
1 parent 7c7fe1e commit f6e4082
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apps/mozorg/templates/mozorg/home.html
Expand Up @@ -109,16 +109,16 @@ <h4>{{_('See the amazing videos created by our amazing community.')}}</h4>
<h3>In the news</h3>
<ul>
<li>
<h4><a href="https://blog.mozilla.org/theden/2012/10/30/8-tips-for-safe-online-shopping/">8 Tips for Safe Online Shopping</a></h4>
<h4><a href="https://blog.mozilla.org/blog/2012/11/28/mozilla-invests-in-everything-me/">Mozilla Invests in Everything.me to Further the Web as a Dynamic App Platform</a></h4>
</li>
<li>
<h4><a href="https://blog.mozilla.org/blog/2012/10/19/ted_popcorn/">TED Talk: Ryan Merkley demos Popcorn</a></h4>
<h4><a href="https://blog.mozilla.org/blog/2012/11/27/offering-a-firefox-with-msn-custom-experience/">Offering a Firefox with MSN Custom Experience</a></h4>
</li>
<li>
<h4><a href="https://blog.mozilla.org/blog/2012/10/11/adlibs/">Make your own political campaign ad</a></h4>
<h4><a href="https://blog.mozilla.org/blog/2012/11/21/join-the-firefox-challenge-this-holiday-season/">Join The Firefox Challenge This Holiday Season</a></h4>
</li>
</ul>
<a href="http://blog.mozilla.com/" id="all-news">See all news »</a>
<a href="http://blog.mozilla.org/" id="all-news">See all news »</a>
</section>
{% endl10n %}

Expand All @@ -141,7 +141,7 @@ <h4><a href="{{ url('marketplace.marketplace') }}">{{_('Mozilla Marketplace')}}<
</section>

<section id="home-about">
<h3>Be a part of Mozilla</h3>
<h3>{{ _('Be a part of Mozilla') }}</h3>
<ul>
<li id="about-volunteer"><a href="{{ url('mozorg.contribute') }}">
<h4>{{_('Volunteer with us')}}</h4>
Expand Down

0 comments on commit f6e4082

Please sign in to comment.