diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-18 16:57:31 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-18 16:57:31 +0000 |
| commit | a3184c5d142848b5147811ed246e39545e978805 (patch) | |
| tree | c3b1d0e87dcbc2c8aad3ed531c81f9bc4117a992 /app/templates/register.html | |
| parent | use bootstrap (diff) | |
| download | AnnotateChange-a3184c5d142848b5147811ed246e39545e978805.tar.gz AnnotateChange-a3184c5d142848b5147811ed246e39545e978805.zip | |
refactor
Diffstat (limited to 'app/templates/register.html')
| -rw-r--r-- | app/templates/register.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app/templates/register.html b/app/templates/register.html deleted file mode 100644 index c430b38..0000000 --- a/app/templates/register.html +++ /dev/null @@ -1,11 +0,0 @@ -{% extends "base.html" %} -{% import 'bootstrap/wtf.html' as wtf %} - -{% block app_content %} -<h1>Register</h1> -<div class="row"> - <div class="col-md-4"> - {{ wtf.quick_form(form) }} - </div> -</div> -{% endblock %} |
