comment out urls, css
This commit is contained in:
parent
dfb1c469dc
commit
0c2fe29949
|
@ -14,6 +14,10 @@ padding:3%;
|
||||||
font-size:16px;
|
font-size:16px;
|
||||||
line-height:20px;}
|
line-height:20px;}
|
||||||
|
|
||||||
|
.colInner p, .colInner h1 {
|
||||||
|
margin-bottom: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
.colInner h1
|
.colInner h1
|
||||||
{font-size:18px;
|
{font-size:18px;
|
||||||
font-weight:bold;}
|
font-weight:bold;}
|
||||||
|
|
|
@ -12,13 +12,13 @@ urlpatterns = patterns('',
|
||||||
(r'^$', 'recipes.views.test'),
|
(r'^$', 'recipes.views.test'),
|
||||||
(r'^test/$', 'recipes.views.test'),
|
(r'^test/$', 'recipes.views.test'),
|
||||||
# (r'^hbt/$', 'organic.views.hbt'),
|
# (r'^hbt/$', 'organic.views.hbt'),
|
||||||
(r'^pickup-delivery/$', 'organic.views.pickup'),
|
# (r'^pickup-delivery/$', 'organic.views.pickup'),
|
||||||
# (r'^seasons-veggies/$', 'organic.views.seasons_veggies'),
|
# (r'^seasons-veggies/$', 'organic.views.seasons_veggies'),
|
||||||
(r'^meet-farmers/$', 'organic.views.meet_farmers'),
|
(r'^meet-farmers/$', 'organic.views.meet_farmers'),
|
||||||
(r'^recipes/$', 'recipes.views.index'),
|
(r'^recipes/$', 'recipes.views.index'),
|
||||||
(r'^about/$', 'organic.views.about'),
|
# (r'^about/$', 'organic.views.about'),
|
||||||
(r'^contact/$', 'organic.views.contact'),
|
# (r'^contact/$', 'organic.views.contact'),
|
||||||
(r'^signup/$', 'organic.views.signup'),
|
# (r'^signup/$', 'organic.views.signup'),
|
||||||
(r'^grappelli/', include('grappelli.urls')),
|
(r'^grappelli/', include('grappelli.urls')),
|
||||||
url(r'^admin/filebrowser/', include(site.urls)),
|
url(r'^admin/filebrowser/', include(site.urls)),
|
||||||
# (r'^events/$', 'organic.views.events'),
|
# (r'^events/$', 'organic.views.events'),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user