diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-10-07 10:59:54 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-10-07 10:59:54 +0200 |
commit | c4eadb099283af409b13146554abf9e5a0cb49a6 (patch) | |
tree | 46cc6357bf50fc9ba884b346e4cd6fd8fcda7ad7 /src/web/templates/profile.html | |
parent | Redirect to the dashboard. (diff) | |
download | newspipe-c4eadb099283af409b13146554abf9e5a0cb49a6.tar.gz newspipe-c4eadb099283af409b13146554abf9e5a0cb49a6.tar.bz2 newspipe-c4eadb099283af409b13146554abf9e5a0cb49a6.zip |
Some other new update for the public profile page.
Diffstat (limited to 'src/web/templates/profile.html')
-rw-r--r-- | src/web/templates/profile.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/web/templates/profile.html b/src/web/templates/profile.html index 39834ca5..58d907ef 100644 --- a/src/web/templates/profile.html +++ b/src/web/templates/profile.html @@ -33,6 +33,9 @@ </div> <div class="col-md-6"> + {{ form.bio.label }} + {{ form.bio(class_="form-control") }} {% for error in form.bio.errors %} <span style="color: red;">{{ error }}<br /></span>{% endfor %} + {{ form.webpage.label }} {{ form.webpage(class_="form-control") }} {% for error in form.webpage.errors %} <span style="color: red;">{{ error }}<br /></span>{% endfor %} |