{% extends "base.html" %} {% block content %}
Welcome to Virtual Scanner Tabletop
Register here
{{ template_form.hidden_tag()}} {{ template_form.username_field.label(class="form-label text-primary") }} {{template_form.username_field(size=27,class="form-control col", placeholder="Enter username")}} {{template_form.password_field.label(class="form-label text-primary")}} {{template_form.password_field(class="form-control")}} {{template_form.password2_field.label(class="form-label text-primary")}} {{template_form.password2_field(class="form-control")}}
{{ template_form.submit_field() }}
{% endblock %}