Checklist Extension and Template Hook
Review Request #4718 — Created Oct. 10, 2013 and discarded — Latest diff uploaded
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.
Diff Revision 2
This is not the most recent revision of the diff. The latest diff is revision 3. See what's changed.
orig
1
2
3
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 |
---|