~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to urls.py

  • Committer: Holger Rapp
  • Date: 2009-03-03 08:57:20 UTC
  • mto: (48.1.15 widelands)
  • mto: This revision was merged to the branch mainline in revision 54.
  • Revision ID: sirver@h566336-20090303085720-khrgwucvux95wpdw
Put dead ugly webchat back on page

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
    # WL specific:
39
39
    url(r'^$', mainpage, name="mainpage"),
40
40
    url(r'^help/', include("online_help.urls")),
 
41
    url(r'^webchat/', include("wlwebchat.urls")),
41
42
)
42
43
 
43
44
try: