Commenting out the cards page link until the view is ready

This commit is contained in:
Correl Roush 2010-09-22 22:34:37 -04:00
parent b048a48b8e
commit e00be45963

View file

@ -13,7 +13,7 @@
<section id="navigation"> <section id="navigation">
<ul> <ul>
<li><a href="{% url mtgweb.analyzer.views.index %}">Home</a></li> <li><a href="{% url mtgweb.analyzer.views.index %}">Home</a></li>
<li><a href="/cards/">Cards</a></li> {# <li><a href="/cards/">Cards</a></li> #}
<li><a href="/decks/">Decks</a></li> <li><a href="/decks/">Decks</a></li>
</ul> </ul>
</section> </section>