~jfb-tempo-consulting/unifield-web/US-11865

« back to all changes in this revision

Viewing changes to addons/openerp/controllers/templates/error_page.mako

  • Committer: jf
  • Date: 2023-10-26 13:02:11 UTC
  • Revision ID: jfb@tempo-consulting.fr-20231026130211-yvwmo9pxqqy91c2o
[FIX] Server python error: suppress long traceback from web

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
                        <div class="error-section">
103
103
                            <h5><label for="error">${_('Let me fix it')}</label></h5>
104
104
                            <div class="details">
105
 
                                <textarea id="error" name="error" class="text" readonly="readonly" rows="15" >${error}
106
 
                                ${tb}</textarea>
 
105
                                <textarea id="error" name="error" class="text" readonly="readonly" rows="15" >${error}</textarea>
107
106
                            </div>
108
107
                        </div>
109
108
                        <div class="error-section ${maintenance_default}">