|
@@ -181,7 +181,7 @@
|
|
|
type="text"
|
|
type="text"
|
|
|
name="settingForm[mail:from]"
|
|
name="settingForm[mail:from]"
|
|
|
placeholder="{{ t('eg') }} mail@growi.org"
|
|
placeholder="{{ t('eg') }} mail@growi.org"
|
|
|
- value="{{ getConfig('crowi', 'mail:from') }}">
|
|
|
|
|
|
|
+ value="{{ getConfig('crowi', 'mail:from') | default('') }}">
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|