~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to wlsearch/views.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:
10
10
from wiki.models import Article
11
11
from pybb.models import Post, Topic
12
12
from news.models import Post as NewsPost
13
 
from online_help.models import Building, Ware
 
13
from wlhelp.models import Building, Ware
14
14
from wlmaps.models import Map 
15
15
 
16
16
class DummyEmptyQueryset(object):