|
|
|
@ -6,11 +6,11 @@ |
|
|
|
|
h3 { font-weight: normal; } |
|
|
|
|
.section > *:not(input) { font-size: 0.86em; } |
|
|
|
|
</style> |
|
|
|
|
<div class="content-container snug regular"> |
|
|
|
|
<div class="content-container snug"> |
|
|
|
|
{{if .Silenced}} |
|
|
|
|
{{template "user-silenced"}} |
|
|
|
|
{{end}} |
|
|
|
|
<h2>{{if .IsLogOut}}Before you go...{{else}}Account Settings {{if .IsAdmin}}<a href="/admin">admin settings</a>{{end}}{{end}}</h2> |
|
|
|
|
<h1>{{if .IsLogOut}}Before you go...{{else}}Account Settings {{if .IsAdmin}}<a href="/admin">admin settings</a>{{end}}{{end}}</h1> |
|
|
|
|
{{if .Flashes}}<ul class="errors"> |
|
|
|
|
{{range .Flashes}}<li class="urgent">{{.}}</li>{{end}} |
|
|
|
|
</ul>{{end}} |
|
|
|
@ -20,7 +20,7 @@ h3 { font-weight: normal; } |
|
|
|
|
<p class="introduction">Please add an <strong>email address</strong> and/or <strong>passphrase</strong> so you can log in again later.</p> |
|
|
|
|
</div> |
|
|
|
|
{{ else }} |
|
|
|
|
<div class="option"> |
|
|
|
|
<div> |
|
|
|
|
<p>Change your account settings here.</p> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|