Show More
@@ -73,7 +73,7 b'' | |||
|
73 | 73 | <div class="input textarea editor"> |
|
74 | 74 | ${h.textarea('description', rows=10, class_="medium")} |
|
75 | 75 | <% metatags_url = h.literal('''<a href="#metatagsShow" onclick="$('#meta-tags-desc').toggle();return false">meta-tags</a>''') %> |
|
76 |
<span class="help-block">${_('Plain text format with support of {metatags}. |
|
|
76 | <span class="help-block">${_('Plain text format with support of {metatags}.').format(metatags=metatags_url)|n}</span> | |
|
77 | 77 | <span id="meta-tags-desc" style="display: none"> |
|
78 | 78 | <%namespace name="dt" file="/data_table/_dt_elements.mako"/> |
|
79 | 79 | ${dt.metatags_help()} |
General Comments 0
You need to be logged in to leave comments.
Login now