snorklerjoe/CubeServer

View on GitHub
src/CubeServer-app/cubeserver_app/blueprints/home/templates/settings.html.jinja2

Summary

Maintainability
Test Coverage
{% extends "base.html.jinja2" %}
{% block title %}Profile{% endblock %}

{% block header %}
    <h4>Edit Info</h4>
{% endblock %}

{% block content %}
    <a href={{ url_for('home.activation') }}>Reset Username/Password/Email</a>
{% endblock %}