diff options
Diffstat (limited to 'g2h/commit_page.py')
| -rw-r--r-- | g2h/commit_page.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/g2h/commit_page.py b/g2h/commit_page.py index 7123c82..6111013 100644 --- a/g2h/commit_page.py +++ b/g2h/commit_page.py @@ -24,5 +24,6 @@ class CommitPage(Page): return { 'commit': self.commit, 'title': self.name + ': ' + self.commit.hexsha, - 'redacted_email': redact_email(self.commit.author.email) + 'redacted_email': redact_email(self.commit.author.email), + 'content_subdir': self.content_subdir } |