Textarea for promoted link selftext is rounded.

This commit is contained in:
Brian Simpson
2013-09-26 13:23:30 -04:00
parent b5a94475d7
commit 0d8c24b28e

View File

@@ -187,7 +187,7 @@ ${self.javascript_setup()}
<%def name="text_field(text='', visible=True)">
<%utils:line_field title="${_('text')}" id="text-field" css_class="rounded"
style="${('' if visible else 'display:none')}">
${UserText(None, text=text, have_form=False, creating=True)}
${UserText(None, text=text, textarea_class='rounded', have_form=False, creating=True)}
</%utils:line_field>
</%def>