check in Amisha's changes
authorScott Baker <smbaker@gmail.com>
Tue, 10 Jun 2014 05:21:08 +0000 (22:21 -0700)
committerScott Baker <smbaker@gmail.com>
Tue, 10 Jun 2014 05:21:08 +0000 (22:21 -0700)
planetstack/templates/admin/login.html
planetstack/templates/admin/request_account.html [new file with mode: 0644]

index 072f73b..b04f842 100644 (file)
   <div class="submit-row">
     <input type="submit" class="btn btn-info" value="{% trans 'SIGN IN' %}" />
   </div>
+{% url 'django-admindocs-docroot' as docsroot %}
+                  {% if docsroot %}
+<div class="createAccountLink"><a href="{{ docsroot }}">{% trans 'Request a new Account' %}</a></div>
 
-<div class="forgotLink"><a href="{{ password_reset_url }}">{% trans 'Forgot password?' %}</a></div><div class="createAccountLink"><a href="#">{% trans 'Create an Account' %}</a></div>
+                  {% endif %}
 </form>
-
 <script type="text/javascript">
 document.getElementById('id_username').focus()
 </script>
diff --git a/planetstack/templates/admin/request_account.html b/planetstack/templates/admin/request_account.html
new file mode 100644 (file)
index 0000000..e69de29