mcms-node-framework
Version:
the mcms-node framwork
16 lines (13 loc) • 447 B
HTML
{% extends "../layout.html" %}
{% block pageTitle %}{{ User.email }} control panel{% endblock %}
{% block content %}
<div ng-controller="userCtrl as VM">
{% if activationMessage.length > 0 %}
<div class="alert alert-success">
Your account is now active. <br>
You may login with the username/password you entered during the registration process.
</div>
{% endif %}
<user-cp></user-cp>
</div>
{% endblock %}