{% extends "layouts/base.html" %} {% block title %} Settings {% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block content %} Settings Profile Settings Account Password Delete account Public info Username Biography {% if pic == 'None' %} {{ current_user.username }} {{ current_user.email }} {% endif %} {% if pic != 'None' %} {% endif %} Select Image Upload choose an avatar with .png format Save changes Private info First name Last name Email Address Address 2 City State Choose... ... Zip Save changes Password Current password Forgot your password? New password Verify password Save changes {% endblock content %} {% block javascripts %} {% endblock javascripts %}