templates: rename base.mako into summary_base.mako. The previous naming

wasn't optimal for search and code discovery.
This commit is contained in:
Marcin Kuzminski 2017-10-18 09:59:28 +02:00
parent 35981bbe7a
commit 218a7cb13a
3 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
<%inherit file="/summary/base.mako"/>
<%inherit file="/summary/summary_base.mako"/>
<%namespace name="components" file="/summary/components.mako"/>

View file

@ -1,4 +1,4 @@
<%inherit file="/summary/base.mako"/>
<%inherit file="/summary/summary_base.mako"/>
<%namespace name="components" file="/summary/components.mako"/>