diff --git a/src/colab/deprecated/templates/login.html b/src/colab/deprecated/templates/login.html index 2f852c6..5259813 100644 --- a/src/colab/deprecated/templates/login.html +++ b/src/colab/deprecated/templates/login.html @@ -16,12 +16,12 @@
- {{ form.username.label_tag }}: + {{ form.username.label_tag }} {{ form.username }}
- {{ form.password.label_tag }}: + {{ form.password.label_tag }} {{ form.password }}