Update
This commit is contained in:
parent
cbc681ddbc
commit
ebe672b972
7 changed files with 286 additions and 117 deletions
|
|
@ -18,8 +18,6 @@ URL: {{ request.url }}
|
|||
{{ tb.plaintext | safe }}
|
||||
{% endset %}
|
||||
|
||||
<p><a class="btn btn-primary btn-lg" role="button" href="https://github.com/EdwardBetts/dab-mechanic/issues/new?title={{ tb.exception + " " + request.url | urlencode }}&body={{ body | urlencode }}">Submit as an issue on GitHub</a> (requires an account with GitHub)</p>
|
||||
|
||||
<h2 class="traceback">Traceback <em>(most recent call last)</em></h2>
|
||||
{{ tb.render_summary(include_title=False) | safe }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue