Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
etch
nuages
Commits
aef08ed4
Commit
aef08ed4
authored
Jul 15, 2013
by
Christophe Siraut
Browse files
Add transition url.
parent
7eb7d615
Changes
1
Hide whitespace changes
Inline
Side-by-side
nuages/urls.py
View file @
aef08ed4
...
...
@@ -25,6 +25,9 @@ urlpatterns = patterns('',
TemplateView
.
as_view
(
template_name
=
'languages.html'
),
name
=
'languages'
),
url
(
r
'^accounts/profile/$'
,
'meetingpoll.views.profile'
,
name
=
'profile'
),
url
(
r
'^(?P<poll_id>\w{4,6})/$'
,
'meetingpoll.views.vote'
,
name
=
'meetingpoll'
),
)
urlpatterns
+=
i18n_patterns
(
''
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment