~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to urls.py

  • Committer: franku
  • Date: 2018-11-15 20:39:35 UTC
  • mfrom: (504.1.1 widelands)
  • Revision ID: somal@arcor.de-20181115203935-2j4ip880mi4b3mzv
redesign the website to show tabs for some pages and give an additional header section with important links

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    url(r'^accounts/', include('registration.backends.hmac.urls')),
28
28
    url('^', include('django.contrib.auth.urls')),
29
29
 
30
 
    url(r'^ratings/', include('star_ratings.urls', namespace='ratings', app_name='ratings')),
31
30
    # Formerly 3rd party
32
31
    url(r'^notification/', include('notification.urls')),
33
32