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,20 +35,20 @@
</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">
<h1 class="text-center">{% trans 'Password reset complete' %}</h1>
<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">
<h1 class="text-center">{% trans 'Password reset complete' %}</h1>
<p class="text-center">{% trans "Your password has been set." %}</p>
<p class="text-center">{% trans "Your password has been set." %}</p>
<a href="{{ login_url }}">
<button class="btn btn-lg btn-success btn-block">Log In</button>
</a>
</div>
<a href="{{ login_url }}">
<button class="btn btn-lg btn-success btn-block">Log In</button>
</a>
</div>
</div>
</div>
</div>
</body>
</html>