Skip to content

Commit

Permalink
sorry
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Mar 2, 2016
1 parent 065af84 commit 2d3e709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v6/issue_role/issue_role.py
Expand Up @@ -57,5 +57,5 @@ def IssueRole(name, rawtext, text, lineno, inliner,
format_options = {
'issue': text
}
issue_url = self.site.GLOBAL_CONTEXT['ISSUE_URL']
issue_url = IssueRole.site.GLOBAL_CONTEXT['ISSUE_URL']
return [nodes.reference(rawtext, text, refuri=issue_url.format(**format_options), *options)], []

0 comments on commit 2d3e709

Please sign in to comment.