A copyright violation detector running on Wikimedia Cloud Services https://tools.wmflabs.org/copyvios/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

8 lines
529 B

  1. <%include file="/support/header.mako" args="title='Error! | Earwig\'s Copyvio Detector'"/>
  2. <h2>Error!</h2>
  3. <p>An error occurred. 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>
  4. <div id="info-box" class="red-box">
  5. <pre>${traceback | trim,h}</pre>
  6. </div>
  7. <%include file="/support/footer.mako"/>