Sfoglia il codice sorgente

Forgot what template engine I was using.

pull/24/head
Ben Kurtovic 10 anni fa
parent
commit
77b56b9677
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      templates/error.mako

+ 1
- 1
templates/error.mako Vedi 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"/>

Caricamento…
Annulla
Salva