We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6223ec0 + b060f83 commit eb05a81Copy full SHA for eb05a81
vilya/views/projects/__init__.py
@@ -23,7 +23,7 @@ def _q_index(request):
23
owner_id=current_user.id,
24
creator_id=current_user.id)
25
if p:
26
- return request.redirect('projects/%s' % p.name)
+ return request.redirect('%s' % p.repo_name)
27
context['project'] = p
28
return st('projects/index.html', **context)
29
projects = Project.gets_by()
0 commit comments