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" %}
|
||||
|
||||
{% block title %}Welcome, friend, to git.kittenclause.com{% endblock %}
|
||||
{% block title %}Welcome, friend, to git.kittencollective.com{% endblock %}
|
||||
|
||||
{% block header %} {% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<div role="main" aria-label="Sign In" class="page-content user signin">
|
||||
|
||||
|
||||
<div class="ui middle very relaxed page grid">
|
||||
<div class="ui container column fluid">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="ui top attached header center">
|
||||
|
||||
Sign Up
|
||||
|
||||
</h4>
|
||||
<div class="ui attached segment">
|
||||
<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>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="inline field">
|
||||
<label></label>
|
||||
<button class="ui primary button">
|
||||
|
||||
Sign Up
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</form>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue