Skip to content

Commit

Permalink
Update "Code" links in Projects tab in Admin panel
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjeyd committed Feb 11, 2012
1 parent 6cc8040 commit dbe6875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local_apps/pootle_app/views/admin/adminprojects.py
Expand Up @@ -71,6 +71,6 @@ def clean_treestyle(self):
model_args['title'] = _("Projects")
model_args['formid'] = "projects"
model_args['submitname'] = "changeprojects"
link = '/projects/%s/admin.html'
link = '/wikitrans/projects/%s/admin.html'
return util.edit(request, 'admin/admin_general_projects.html', Project, model_args, link,
form=ProjectForm, exclude='description', can_delete=True)

0 comments on commit dbe6875

Please sign in to comment.