mirror of
https://github.com/kennethreitz-archive/www.gittip.com.git
synced 2026-06-21 07:40:58 +00:00
18 lines
374 B
HTML
18 lines
374 B
HTML
title = "Fraud"
|
|
^L
|
|
{% extends templates/about.html %}
|
|
{% block page %}
|
|
|
|
<div class="col0">
|
|
This page collects Gittip fraud incident reports.
|
|
<ol>
|
|
<li><a href="2012-11-05.html">2012-11-05 - The Delpan Incident</a></li>
|
|
</ol>
|
|
|
|
<br />
|
|
|
|
<p>If you suspect fraud, please report it to <a href="/whit537/">Chad
|
|
Whitacre</a>.</p>
|
|
</div>
|
|
{% end %}
|