Checklist Extension and Template Hook

Review Request #4718 — Created Oct. 10, 2013 and discarded — Latest diff uploaded

Information

Review Board
master

Reviewers

I generated an extension for checklist. So far, the only additions to the minimum structure are the instantiation of the URLHook and TemplateHook in extension.py. I also created a base.html file in templates/checklist directory, and added a template hook in "reviewboard/templates/reviews/ui/base.html".

So far just visual testing, checking to see if my template gets rendered or not.

checklist/setup.py
checklist/checklist/admin_urls.py
checklist/checklist/extension.py
checklist/checklist/urls.py
checklist/checklist/templates/checklist/base.html
reviewboard/templates/reviews/ui/base.html
Loading...