X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=m_librarian%2Fweb%2Fviews%2Fsearch_authors.tmpl;fp=m_librarian%2Fweb%2Fviews%2Fsearch_authors.tmpl;h=b659f38aa798ba1786abec33c0c4ecdbbf34772e;hb=fbaf358a8c297202b8c0926d6a3f383298b8e3e2;hp=0000000000000000000000000000000000000000;hpb=023023391fc401b00827d001b30ee6d7c29fc5ef;p=m_librarian.git diff --git a/m_librarian/web/views/search_authors.tmpl b/m_librarian/web/views/search_authors.tmpl new file mode 100644 index 0000000..b659f38 --- /dev/null +++ b/m_librarian/web/views/search_authors.tmpl @@ -0,0 +1,9 @@ +#encoding utf-8 +#extends views.layout +#attr $title = 'Поиск авторов' +#def body +

$title

+ +#from views.search_authors_form import search_authors_form +$search_authors_form() +#end def