Procházet zdrojové kódy

Forgot what template engine I was using.

pull/24/head
Ben Kurtovic před 10 roky
rodič
revize
77b56b9677
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      templates/error.mako

+ 1
- 1
templates/error.mako Zobrazit soubor

@@ -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"/>

Načítá se…
Zrušit
Uložit