Style changes
This commit is contained in:
parent
ba3ed04b44
commit
d53677ea66
25 changed files with 389 additions and 371 deletions
|
|
@ -5,7 +5,8 @@
|
|||
{% block content %}
|
||||
<h1>{{ T('sign-up') }}</h1>
|
||||
|
||||
<form method="POST">
|
||||
<div class="inner-content">
|
||||
<form method="POST">
|
||||
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
|
||||
<div>
|
||||
<label>{{ T('username') }}:</label>
|
||||
|
|
@ -30,7 +31,9 @@
|
|||
<div>
|
||||
<input type="submit" value="{{ T('sign-up') }}" />
|
||||
</div>
|
||||
</form>
|
||||
</form>
|
||||
|
||||
<p>{{ T('already-have-account') }} <a href="/accounts/login" rel="nofollow">{{ T("login") }}</a></p>
|
||||
</div>
|
||||
|
||||
<p>{{ T('already-have-account') }} <a href="/accounts/login" rel="nofollow">{{ T("login") }}</a></p>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue