Django

Code

Show
Ignore:
Timestamp:
03/27/08 09:23:58 (10 months ago)
Author:
jacob
Message:

[website] checked in some outstanding template changes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • djangoproject.com

    • Property svn:externals changed from
      django -r6063 http://code.djangoproject.com/svn/django/trunk/django/
      registration -r87 http://django-registration.googlecode.com/svn/trunk/registration/
      comment_utils -r78 http://django-comment-utils.googlecode.com/svn/trunk/comment_utils/
      to
      django -r6063 http://code.djangoproject.com/svn/django/trunk/django/
      registration -r139 http://django-registration.googlecode.com/svn/trunk/registration/
      comment_utils -r78 http://django-comment-utils.googlecode.com/svn/trunk/comment_utils/
  • djangoproject.com/django_website/urls.py

    r6472 r7369  
    3131 
    3232urlpatterns = patterns('', 
     33    (r'freenode\.9xJY7YIUWtwn\.html', 'django.views.generic.simple.direct_to_template', {'template': 'freenode_tmp.html'}), 
    3334    (r'^accounts/', include('django_website.apps.accounts.urls')), 
    3435    (r'^admin/', include('django.contrib.admin.urls')), 
     
    3738    (r'^community/$', 'django.views.generic.list_detail.object_list', aggregator_info_dict), 
    3839    (r'^documentation/', include('django_website.apps.docs.urls')), 
    39     (r'^password_reset/', include('django.conf.urls.admin_password_reset')), 
    4040    (r'^r/', include('django.conf.urls.shortcut')), 
    4141    (r'^rss/(?P<url>.*)/$', 'django.contrib.syndication.views.feed', {'feed_dict': feeds}),