Просмотр исходного кода

Forgot what template engine I was using.

pull/24/head
Ben Kurtovic 10 лет назад
Родитель
Сommit
77b56b9677
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      templates/error.mako

+ 1
- 1
templates/error.mako Просмотреть файл

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

Загрузка…
Отмена
Сохранить