first attempt at landing page
This commit is contained in:
@@ -80,6 +80,14 @@
|
||||
<div class="grid_6 alpha">
|
||||
<p>
|
||||
<h2>Account Information</h2>
|
||||
<div class="grid_6 alpha">
|
||||
<div class="grid_2 suffix_4 alpha">
|
||||
<p>
|
||||
<a class="button gray small" href="/password_change/">Password Change</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</p>
|
||||
{% if userform.errors %}
|
||||
<p style="color: red;">
|
||||
Please correct the error{{ form.errors|pluralize }} below.
|
||||
@@ -113,6 +121,8 @@
|
||||
<input class="button green" type="submit" value="Save">
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="grid_6 omega">
|
||||
|
||||
Reference in New Issue
Block a user