Browse Source

Forgot what template engine I was using.

pull/24/head
Ben Kurtovic 10 years ago
parent
commit
77b56b9677
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/error.mako

+ 1
- 1
templates/error.mako View File

@@ -1,6 +1,6 @@
<%include file="/support/header.mako" args="title='Error! - Earwig\'s Copyvio Detector'"/>
<div id="info-box" class="red-box">
<p>An error occured! If it hasn't been reported (<a href="https://github.com/earwig/copyvios/issues">try to check</a>), please <a href="https://github.com/earwig/copyvios/issues/new">file an issue</a> or <a href="mailto:wikipedia.earwig@gmail.com">email me</a>. Include the following information:</p>
<pre>{{traceback | h}}</pre>
<pre>${traceback | h}</pre>
</div>
<%include file="/support/footer.mako"/>

Loading…
Cancel
Save