whitespace clean, update clause to collective
This commit is contained in:
parent
08033c21b8
commit
754e1f21a1
1 changed files with 34 additions and 52 deletions
|
@ -1,27 +1,16 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block title %}Welcome, friend, to git.kittenclause.com{% endblock %}
|
{% block title %}Welcome, friend, to git.kittencollective.com{% endblock %}
|
||||||
|
|
||||||
{% block header %} {% endblock %}
|
{% block header %} {% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<div role="main" aria-label="Sign In" class="page-content user signin">
|
<div role="main" aria-label="Sign In" class="page-content user signin">
|
||||||
|
|
||||||
|
|
||||||
<div class="ui middle very relaxed page grid">
|
<div class="ui middle very relaxed page grid">
|
||||||
<div class="ui container column fluid">
|
<div class="ui container column fluid">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h4 class="ui top attached header center">
|
<h4 class="ui top attached header center">
|
||||||
|
|
||||||
Sign Up
|
Sign Up
|
||||||
|
|
||||||
</h4>
|
</h4>
|
||||||
<div class="ui attached segment">
|
<div class="ui attached segment">
|
||||||
<form class="ui form" action="/signup" enctype="application/x-www-form-urlencoded" method="post">
|
<form class="ui form" action="/signup" enctype="application/x-www-form-urlencoded" method="post">
|
||||||
|
@ -51,21 +40,14 @@
|
||||||
<input type="password" name="pw_verify" id="pw_verify" required></br>
|
<input type="password" name="pw_verify" id="pw_verify" required></br>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="inline field">
|
<div class="inline field">
|
||||||
<label></label>
|
<label></label>
|
||||||
<button class="ui primary button">
|
<button class="ui primary button">
|
||||||
|
|
||||||
Sign Up
|
Sign Up
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue