switch /test/ to main

This commit is contained in:
Sanj 2011-11-02 18:45:57 +00:00
parent 5ae4830f6c
commit 85578f10aa
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
<header>
<a href="/test/"><img src="/static/img/logo.png" width="171" height="73" alt="logo-mofca" id="logo"></a>
<a href="/"><img src="/static/img/logo.png" width="171" height="73" alt="logo-mofca" id="logo"></a>
<nav>
<ul class="navMain">

View File

@ -9,7 +9,7 @@ admin.autodiscover()
urlpatterns = patterns('',
# Example:
# (r'^mofca/', include('mofca.foo.urls')),
(r'^$', 'recipes.views.index'),
(r'^$', 'recipes.views.test'),
(r'^test/$', 'recipes.views.test'),
(r'^hbt/$', 'organic.views.hbt'),
(r'^pickup-delivery/$', 'organic.views.pickup'),