display success alert when user updates profile info

This commit is contained in:
dandds
2018-10-16 13:30:22 -04:00
parent 84d091fcf1
commit 65bc05d214
3 changed files with 11 additions and 12 deletions

View File

@@ -1,8 +1,13 @@
{% extends "base.html" %}
{% from "components/alert.html" import Alert %}
{% block content %}
<div class='col'>
{% if updated %}
{{ Alert('User information updated.', level='success') }}
{% endif %}
<div class='panel'>
<div class='panel__heading'>
<h1>