Corrections to find 404 error items

svn: r18305
This commit is contained in:
Doug Blank 2011-10-12 21:48:34 +00:00
parent 9364b9bc85
commit ef7f9ea0bf
2 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<link href="/images/favicon2.ico" type="image/x-icon" rel="shortcut icon" />
{% block css %}
<link media="screen" href="/styles/css/behaviour.css" type="text/css" rel="stylesheet" />
<link media="screen" href="/styles/css/Web_Alphabet-Horizontal.css" type="text/css" rel="stylesheet" />
<link media="screen" href="/styles/css/Web_Horizontal-Menus.css" type="text/css" rel="stylesheet" />
<link media="screen" href="/styles/css/{{css_theme}}" type="text/css" rel="stylesheet" />
<link media="print" href="/styles/css/Web_Print-Default.css" type="text/css" rel="stylesheet" />
<link type="text/css" href="/styles/css/swanky-purse/jquery-ui-1.7.2.custom.css" rel="stylesheet" />

View File

@ -75,6 +75,7 @@ urlpatterns += patterns('',
(r'^person/(?P<handle>(\w+))/name/(?P<order>(\w+))$', view_name_detail),
(r'^person/(?P<handle>(\w+))/name/(?P<order>(\w+))/(?P<action>(\w+))$', view_name_detail),
(r'^(?P<view>(\w+))/(?P<handle>(\w+))/(?P<action>(\w+))$', process_action),
(r'^favicon\.ico$', 'django.views.generic.simple.redirect_to', {'url': '/styles/images/favicon.ico'}),
)
# In urls: