Ticket #657 (closed task: fixed)
Support different jinja template directories
| Reported by: | marcusl | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.8.+ |
| Version: | 0.7.11 | Keywords: | web |
| Cc: |
Description
Configure WebStatus? to take a template_dir argument so that it's changeable by the user.
This would allow us to ship several themes and allow the user to choose, as well as allowing the user to customize their own theme without hacking the built-in one(s).
Change History
Note: See
TracTickets for help on using
tickets.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)
Not really needed now that we have a template dir in master, although it could help to allow folks to switch themes fast (faster than cp -r buildbot/themes/foo/* master/templates/*, or something similar with ln).