* Split off the detail and list templates into a normal one that generates a full...
authorMatthijs Kooijman <matthijs@stdin.nl>
Sun, 10 Feb 2008 14:17:03 +0000 (15:17 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Sun, 10 Feb 2008 14:17:03 +0000 (15:17 +0100)
commitbf8c3434c59c55704ce931a0954bd1e30c4e02f1
tree761da69f6207dd10ef8c3ea71e37ee166cc1b9c9
parent1d73f73f278e35bc1717376a7796ca1643d642b2
 * Split off the detail and list templates into a normal one that generates a full page, by including the _block variant, which generates the actual content.
 * Make the index template use the character_block and influence_block templates, to reduce duplicate template code.
templates/influences/character_detail.html
templates/influences/character_detail_block.html [new file with mode: 0644]
templates/influences/character_list.html
templates/influences/character_list_block.html [new file with mode: 0644]
templates/influences/index.html
templates/influences/influence_detail.html
templates/influences/influence_detail_block.html [new file with mode: 0644]
templates/influences/influence_list.html [new file with mode: 0644]
templates/influences/influence_list_block.html [new file with mode: 0644]