summaryrefslogtreecommitdiffstats
path: root/templates/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/login.html')
-rw-r--r--templates/login.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/login.html b/templates/login.html
index d6e4574..cd0fb57 100644
--- a/templates/login.html
+++ b/templates/login.html
@@ -8,7 +8,9 @@
{% endfor %}
<div class="form-group">
<div class="col-lg-offset-2 col-lg-10">
- <button type="submit" class="btn btn-default">Sign in</button>
+ <button type="submit" class="btn btn-default">
+ Sign in
+ </button>
</div>
</div>
</form>