mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-08 23:40:44 -04:00
17 lines
326 B
HTML
17 lines
326 B
HTML
{% extends "withnav_template.html" %}
|
|
|
|
{% block page_title %}
|
|
GOV.UK Notify | User settings
|
|
{% endblock %}
|
|
|
|
{% block maincolumn_content %}
|
|
|
|
<h1 class="heading-xlarge">User profile</h1>
|
|
|
|
<p>Here's where users can update their profile, password etc.</p>
|
|
|
|
<p><a href="dashboard">Back to dashboard</a></p>
|
|
|
|
|
|
{% endblock %}
|