From d330f949674d98a2fd8d83e00d28e917139610c7 Mon Sep 17 00:00:00 2001 From: Joseph Boiteau Date: Thu, 5 Jan 2017 11:01:16 +1100 Subject: [PATCH] Change password input for textarea --- snappass/templates/password.html | 4 ++-- snappass/templates/set_password.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/snappass/templates/password.html b/snappass/templates/password.html index e3b6c0a..cbfcdff 100644 --- a/snappass/templates/password.html +++ b/snappass/templates/password.html @@ -7,7 +7,7 @@

Save the following password to a secure location.

- +
@@ -26,4 +26,4 @@ {% block js %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/snappass/templates/set_password.html b/snappass/templates/set_password.html index b9e1af1..85b4418 100644 --- a/snappass/templates/set_password.html +++ b/snappass/templates/set_password.html @@ -9,7 +9,7 @@
- +
@@ -35,7 +35,7 @@
  • Share the one-time use URL with your intended recipient
  • - +
    {% endblock %}