mirror of
https://github.com/writefreely/writefreely
synced 2024-11-10 03:24:11 +00:00
Remove "login" verbiage on OAuth signup page
Change it to reflect that this is the final step in the signup flow.
This commit is contained in:
parent
fd97539f85
commit
308b1a7282
1 changed files with 3 additions and 5 deletions
|
@ -1,6 +1,4 @@
|
||||||
{{define "head"}}<title>Log in — {{.SiteName}}</title>
|
{{define "head"}}<title>Finish Creating Account — {{.SiteName}}</title>
|
||||||
<meta name="description" content="Log in to {{.SiteName}}.">
|
|
||||||
<meta itemprop="description" content="Log in to {{.SiteName}}.">
|
|
||||||
<style>input{margin-bottom:0.5em;}</style>
|
<style>input{margin-bottom:0.5em;}</style>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
h2 {
|
h2 {
|
||||||
|
@ -58,7 +56,7 @@ form dd {
|
||||||
{{end}}
|
{{end}}
|
||||||
{{define "content"}}
|
{{define "content"}}
|
||||||
<div id="pricing" class="tight content-container">
|
<div id="pricing" class="tight content-container">
|
||||||
<h1>Log in to {{.SiteName}}</h1>
|
<h1>Finish creating account</h1>
|
||||||
|
|
||||||
{{if .Flashes}}<ul class="errors">
|
{{if .Flashes}}<ul class="errors">
|
||||||
{{range .Flashes}}<li class="urgent">{{.}}</li>{{end}}
|
{{range .Flashes}}<li class="urgent">{{.}}</li>{{end}}
|
||||||
|
@ -97,7 +95,7 @@ form dd {
|
||||||
</dd>
|
</dd>
|
||||||
</label>
|
</label>
|
||||||
<dt>
|
<dt>
|
||||||
<input type="submit" id="btn-login" value="Login" />
|
<input type="submit" id="btn-login" value="Next" />
|
||||||
</dt>
|
</dt>
|
||||||
</dl>
|
</dl>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in a new issue