~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to wlhelp/models.py

  • Committer: Shevonar
  • Date: 2012-05-17 19:28:39 UTC
  • mto: This revision was merged to the branch mainline in revision 330.
  • Revision ID: infomh@anmaruco.de-20120517192839-bkyrqqcj3gm9wwp5
Moved and fixed online_help to fit add wlprefix. Will only work with next commit!

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
            ('M', 'medium'),
80
80
            ('B', 'big'),
81
81
            ('I', 'mine'),
 
82
            ('P', 'port'),
82
83
    )
83
84
    TYPES = (
84
85
            ('P', 'productionsite'),