templates: rename base.mako into summary_base.mako. The previous naming
wasn't optimal for search and code discovery.
This commit is contained in:
parent
35981bbe7a
commit
218a7cb13a
3 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<%inherit file="/summary/base.mako"/>
|
||||
<%inherit file="/summary/summary_base.mako"/>
|
||||
|
||||
<%namespace name="components" file="/summary/components.mako"/>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<%inherit file="/summary/base.mako"/>
|
||||
<%inherit file="/summary/summary_base.mako"/>
|
||||
|
||||
<%namespace name="components" file="/summary/components.mako"/>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue