some work in html templates: changed some functions from item_* to item.*
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
<p>
|
||||
|
||||
[if item_is]
|
||||
[if request.is_item]
|
||||
|
||||
{template_info_file}:
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
|
||||
|
||||
|
||||
<form class="uk-form-stacked uk-width-1-2@s" method="post" action="[doc_base_url][dir][if item_is][item_url]/[end]template">
|
||||
<form class="uk-form-stacked uk-width-1-2@s" method="post" action="[doc_base_url][dir][if request.is_item][item.url]/[end]template">
|
||||
|
||||
|
||||
<div class="uk-margin">
|
||||
|
Reference in New Issue
Block a user