##// END OF EJS Templates
email: added help block on where to change email settings
marcink -
r2725:c0939830 default
parent child Browse files
Show More
@@ -55,6 +55,7 b' except ImportError:'
55 55 class LdapError(Exception):
56 56 pass
57 57
58
58 59 def plugin_factory(plugin_id, *args, **kwds):
59 60 """
60 61 Factory function that is called during plugin discovery.
@@ -26,6 +26,10 b''
26 26 <dd title="${h.tooltip(tt)}">${dd}</dd>
27 27 %endfor
28 28 </dl>
29 <span class="help-block">
30 ${_('You can adjust those settings in [DEFAULT] section of .ini file located at')}: <br/>
31 ${c.rhodecode_ini.get('__file__')}
32 </span>
29 33 </div>
30 34 </div>
31 35
General Comments 0
You need to be logged in to leave comments. Login now