~devcamcar/horizon/lp711024

« back to all changes in this revision

Viewing changes to dashboard/templates/index.html

  • Committer: Devin Carlen
  • Date: 2011-01-24 18:11:56 UTC
  • mfrom: (5.1.4 templates-cleanup)
  • Revision ID: devin.carlen@gmail.com-20110124181156-kwd75rnoo1fq83l0
MergedĀ lp:~jakedahn/openstack-dashboard/templates-cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        <input type="hidden" name="next" value="/" />
47
47
        <div class="button">
48
48
          <input id="home_login_btn" type="submit" value="Sign In">
49
 
          <span id="forgot_password">or <a id="forgot_password_link" href="{% url auth_password_reset %}">Forgot Password?</a></span>
 
49
          <span id="forgot_password"><a id="forgot_password_link" href="{% url auth_password_reset %}">Forgot Password?</a></span>
50
50
        </div>
51
51
      </fieldset>
52
52
    </form>