Reformatted code for easy reading.

This commit is contained in:
Raynaldo Rivera
2014-10-26 16:47:21 -07:00
parent 6e99823252
commit 19e19d89e4
97 changed files with 22820 additions and 10377 deletions

View File

@@ -25,8 +25,8 @@
}
.panel-transparent {
background: rgba(48,48,48,0.7);
color: #ffffff;
background: rgba(48, 48, 48, 0.7);
color: #ffffff;
}
.panel-body {
@@ -35,11 +35,11 @@
</style>
</head>
<body>
<div class="container" style="margin-top:150px">
<div class="col-md-4 col-md-offset-4">
<div class="panel panel-default panel-transparent">
<div class="panel-body">
{% if validlink %}
<div class="container" style="margin-top:150px">
<div class="col-md-4 col-md-offset-4">
<div class="panel panel-default panel-transparent">
<div class="panel-body">
{% if validlink %}
<form class="form-signin" role="form" action="" method="POST">
{% csrf_token %}
{{ form |bootstrap }}
@@ -47,16 +47,16 @@
<button class="btn btn-lg btn-primary btn-block" type="submit">Change Password</button>
</div>
</form>
{% else %}
{% else %}
<h1>{% trans 'Password reset unsuccessful' %}</h1>
<p>{% trans "The password reset link was invalid, possibly because it has already been used. Please request a new password reset." %}</p>
{% endif %}
</div>
{% endif %}
</div>
</div>
</div>
</div>
</body>
</html>