Files
Chad Whitacre 28009b30b1 Replace ’ with '; #624
I have been misusing rsquo for apostrophes.
2013-02-12 06:50:34 -05:00

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 %}