Added the first work on the administration area.
This commit is contained in:
6
src/IDF/templates/idf/gadmin/projects/base.html
Normal file
6
src/IDF/templates/idf/gadmin/projects/base.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{extends "idf/gadmin/base.html"}
|
||||
{block tabprojects} class="active"{/block}
|
||||
{block subtabs}
|
||||
<a {if $inIndex}class="active" {/if}href="{url 'IDF_Views_Admin::projects'}">{trans 'Project List'}</a> |
|
||||
<a {if $inCreate}class="active" {/if}href="{url 'IDF_Views_Admin::projectCreate'}">{trans 'Create Project'}</a>
|
||||
{/block}
|
Reference in New Issue
Block a user