Show More
@@ -55,6 +55,7 b' except ImportError:' | |||||
55 | class LdapError(Exception): |
|
55 | class LdapError(Exception): | |
56 | pass |
|
56 | pass | |
57 |
|
57 | |||
|
58 | ||||
58 | def plugin_factory(plugin_id, *args, **kwds): |
|
59 | def plugin_factory(plugin_id, *args, **kwds): | |
59 | """ |
|
60 | """ | |
60 | Factory function that is called during plugin discovery. |
|
61 | Factory function that is called during plugin discovery. |
@@ -26,6 +26,10 b'' | |||||
26 | <dd title="${h.tooltip(tt)}">${dd}</dd> |
|
26 | <dd title="${h.tooltip(tt)}">${dd}</dd> | |
27 | %endfor |
|
27 | %endfor | |
28 | </dl> |
|
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 | </div> |
|
33 | </div> | |
30 | </div> |
|
34 | </div> | |
31 |
|
35 |
General Comments 0
You need to be logged in to leave comments.
Login now