Move influence_detail_block into influence_detail.
authorMatthijs Kooijman <matthijs@stdin.nl>
Fri, 31 Oct 2008 13:53:30 +0000 (14:53 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Fri, 31 Oct 2008 13:53:30 +0000 (14:53 +0100)
commitbf95415e82b5e4ad2de582309707e5cf9ebc81f1
tree4087be0671e9b61a4b80b47aeb6ebcffa533bd85
parent201a3237c38127057da1c88093678253384a46d7
Move influence_detail_block into influence_detail.

The influence_detail_block template is only used in the influence_detail
template, so having it separate is not really needed. Additionally, it
turns out that overriding a block in an included template is not
possible, so moving it back in allows us to override the comments block
(which we will introduce in the next commmit).
templates/influences/influence_detail.html
templates/influences/influence_detail_block.html [deleted file]