Skip to content

Commit

Permalink
addition of logo to the page
Browse files Browse the repository at this point in the history
  • Loading branch information
liwance committed Apr 26, 2011
1 parent f145180 commit 0d46ff7
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions templates/registration/password_reset_form.html
Expand Up @@ -4,18 +4,25 @@ <h1>Reset Password</h1>
{% endblock %}

{% block content %}

<div class="default_background">
<h1>
<img align= "Left" img src ="../../images/default_logo.png"/>
</h1>
</div>

<form method="post" action="">

{% if form.errors %}
<div class="non_field_errors">
<p>Sorry, we don't recognize this email address. Please try again.</p>
<div id ="about_intro">
<p> Sorry, we don't recognize this email address. Please try again. </p>
</div>
{% endif %}


{% csrf_token %}
<div class="full">
<p> My Email Address is {{ form.email }}. Please e-mail me a link to reset my password. </p> <input type="submit" value="Reset">
<div id="bodycopy">
<p> My Email Address is {{ form.email }}. Please e-mail me a link to reset my password. </p> <input type="submit" value="Reset">

</div>

Expand Down

0 comments on commit 0d46ff7

Please sign in to comment.