{% extends "bootstrap/base.html" %} {% block content %}
{% include('bootstrap/templates/successerror.html') %}
{% import "bootstrap/templates/inputerror.html" as inputerror %}
Update Admin ID
Your current admin id is :- {{ gboptions.adminid }}
{{ inputerror.checkInput("adminiderror") }}
{{ inputerror.checkInput("passerror") }}
Change Password
{{ inputerror.checkInput("currentpasserror") }}
{{ inputerror.checkInput("newpasserror") }}
Update Email Settings

Important : PHP mail function is required and should be enabled to get email notifications.

Your current admin email address :- {{ gboptions.adminemail }}
{{ inputerror.checkInput("adminemailerror") }}
{{ inputerror.checkInput("emailpasserror") }}
{% set cbval = post.cbAdminEmail ? 1 : ((post.updateproile == 'setemail' and not post.cbAdminEmail) ? 0 : gboptions.notify) %}

Note : Email notifications will be send to the above mentioned email address.

{% endblock %}