mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
users: Show and consume messages in user edit & password change
This commit is contained in:
parent
61c147a9ac
commit
f82136e559
@ -23,6 +23,8 @@
|
||||
|
||||
{% block content_row %}
|
||||
<div class="col-md-6 col-md-offset-3">
|
||||
{% include 'messages.html' %}
|
||||
|
||||
<h3>
|
||||
{% blocktrans trimmed with username=form.user.username %}
|
||||
Change Password for <em>{{ username }}</em>
|
||||
|
||||
@ -31,6 +31,8 @@
|
||||
|
||||
{% block content_row %}
|
||||
<div class="col-md-6 col-md-offset-3">
|
||||
{% include 'messages.html' %}
|
||||
|
||||
<h3>{{ object.username }}</h3>
|
||||
|
||||
<p>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user