indefero/src/IDF/templates/source/base.html

9 lines
167 B
HTML
Raw Normal View History

2008-07-26 16:42:41 +00:00
{extends "base.html"}
{block tabsource} class="active"{/block}
{block subtabs}
<div id="sub-tabs">
{trans 'Source Tree'}
</div>
{/block}
{block title}{$title}{/block}