~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to urls.py

  • Committer: Holger Rapp
  • Date: 2009-02-26 22:38:49 UTC
  • Revision ID: sirver@kallisto.local-20090226223849-1563ij0uuw0lz0zu
First version of widelands online help

Show diffs side-by-side

added added

removed removed

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