Skip to content
Snippets Groups Projects
Commit 8a4db765 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

browse: Fix Django warning in debug mode

parent 46ff124a
No related branches found
No related tags found
No related merge requests found
......@@ -518,7 +518,8 @@ def origin_log_browse(request, origin_type, origin_url, timestamp=None):
revision = service.lookup_revision(revision_id)
branches.append({'name': revision_id,
'revision': revision_id,
'directory': revision['directory']})
'directory': revision['directory'],
'url': None})
revision = revision_id
branch_name = revision_id
elif revs_breadcrumb:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment