project/templates/registration/activate.html
author Primal Pappachan <primal007@gmail.com>
Fri, 02 Dec 2011 16:48:56 +0530
branch2011
changeset 476 b589c15fa60f
parent 27 1d772726c9d7
permissions -rwxr-xr-x
merged

{% extends "base.html" %}

{% load i18n %}

{% block content %}
  <div class="post">
    <div class="title"><h2>{% trans "Register" %}</h2></div>
    <div id="search">
    <style type="text/css">
    ul.errorlist {
        margin: 0;
        padding: 0;
    }
    .errorlist li {        
        color: red;
        display: block;
        font-size: 10px;
        margin: 0 1 3px;
        padding: 0px 45px;
    }
</style>
        <table>
          Your account has been activated. You have also been automatically
          logged into your account. Click on the item "Registration" in the
          left panel to fill in further details.
        </table>
      <script type="text/javascript">
	document.getElementById('id_username').focus();
      </script>
   </div>
{% endblock %}