fix theme path construction

This commit is contained in:
Ondrej Grover 2014-11-05 11:05:33 +01:00
commit 5642f11367
4 changed files with 19 additions and 19 deletions

View file

@ -377,7 +377,7 @@ extra explicitly inherited theme
.. code-block:: python
THEMES = ['simple', ('!simple', 'simple'), ('!foo', 'foo')]
THEMES = ['simple', ['!simple', 'simple'], ['!foo', 'foo']]
You can extend parent (inherited) or sibling (your own theme) templates