mirror of
https://github.com/kennethreitz-archive/www.gittip.com.git
synced 2026-06-21 15:50:59 +00:00
28009b30b1
I have been misusing rsquo for apostrophes.
19 lines
495 B
HTML
19 lines
495 B
HTML
username = path['screen_name']
|
|
^L
|
|
{% extends templates/base.html %}
|
|
{% block heading %}<h2 class="top"><span>Failure</span></h2>{% end %}
|
|
{% block box %}
|
|
|
|
<div class="as-content">
|
|
|
|
<h1>Are you really {{ username }}?</h1>
|
|
|
|
<p>Your attempt to lock or unlock this account failed because you're
|
|
logged into Twitter as someone else. Please <a href="https://twitter.com/logout"
|
|
target="_blank">sign out of Twitter</a> and <a
|
|
href="./">try again</a>.</p>
|
|
|
|
</div>
|
|
|
|
{% end %}
|