Form UX: Add more helpful placeholders

This commit is contained in:
Raphael Michel
2017-10-06 11:05:24 +02:00
parent 29b1a3dca3
commit 3eeb70ae36
4 changed files with 74 additions and 7 deletions

View File

@@ -176,6 +176,7 @@ class BasePaymentProvider:
help_text=_('Will be printed just below the payment figures and above the closing text on invoices.'),
required=False,
widget=I18nTextarea,
widget_kwargs={'attrs': {'rows': '2'}}
)),
])