Skip to content

Commit 6133635

Browse files
committed
base language chooser working
1 parent 2b17368 commit 6133635

File tree

54 files changed

+17938
-11203
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+17938
-11203
lines changed

cms/appresolver.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def applications_page_check(request, current_page=None, path=None):
4747
class AppRegexURLResolver(RegexURLResolver):
4848
page_id = None
4949
url_patterns = None
50-
50+
5151
def resolve_page_id(self, path):
5252
"""Resolves requested path similar way how resolve does, but instead
5353
of return callback,.. returns page_id to which was application

0 commit comments

Comments
 (0)