Setting site name so forkers can change easily name to site

This commit is contained in:
Yusur 2019-10-10 15:30:27 +02:00
parent edead62fc0
commit 91b77f1cb0
4 changed files with 10 additions and 10 deletions

View file

@ -1,6 +1,6 @@
{% extends "base.html" %}
{% block body %}
<h2>Join Cori+</h2>
<h2>Join {{ site_name }}</h2>
<form action="{{ url_for('register') }}" method="post">
<dl>
<dt>Username:</dt>
@ -8,9 +8,7 @@
<dt>Password:</dt>
<dd><input type="password" name="password"></dd>
<dt>Email:</dt>
<dd><input type="text" name="email">
<p><small>(used for gravatar)</small></p>
</dd>
<dd><input type="text" name="email"></dd>
<dt>Birthday:
<dd><input type="text" name="birthday" placeholder="yyyy-mm-dd">
<dd><input type="submit" value="Join">