Show More
@@ -108,8 +108,8 b'' | |||
|
108 | 108 | <div style="padding: 10px 0px"></div> |
|
109 | 109 | <div class="textarea text-area"> |
|
110 | 110 | ${h.textarea('rhodecode_pre_code',cols=23,rows=5,class_="medium")} |
|
111 |
<span class="help-block">${_('Custom js/css code added at the end of the <head |
|
|
112 |
${_('Use <script/> or < |
|
|
111 | <span class="help-block">${_('Custom js/css code added at the end of the <head/> tag.')} | |
|
112 | ${_('Use <script/> or <style/> tags to define custom scripting or styling.')}</span> | |
|
113 | 113 | </div> |
|
114 | 114 | </div> |
|
115 | 115 | </div> |
@@ -131,7 +131,7 b'' | |||
|
131 | 131 | <div class="textarea text-area"> |
|
132 | 132 | ${h.textarea('rhodecode_post_code',cols=23,rows=5, class_="medium")} |
|
133 | 133 | <span class="help-block">${_('Custom js/css code added at the end of the <body> tag.')} |
|
134 |
${_('Use <script> or < |
|
|
134 | ${_('Use <script> or <style> tags to define custom scripting or styling.')}</span> | |
|
135 | 135 | </div> |
|
136 | 136 | </div> |
|
137 | 137 | </div> |
General Comments 0
You need to be logged in to leave comments.
Login now