forked from MarseyWorld/MarseyWorld
dfssfd
parent
81f12a54a7
commit
1880c58cf9
|
@ -260,7 +260,7 @@
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
<link href="/assets/css/fa.css?v=51" rel="stylesheet">
|
<link href="/assets/css/fa.css?v=52" rel="stylesheet">
|
||||||
{% block fixedMobileBarJS %}
|
{% block fixedMobileBarJS %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
@ -270,7 +270,7 @@
|
||||||
|
|
||||||
{% if "marsey.tech" not in request.host and '@' not in request.path %}
|
{% if "marsey.tech" not in request.host and '@' not in request.path %}
|
||||||
<a rel="nofollow noopener noreferrer" href="{% if 'rama' in request.host %}https://secure.transequality.org/site/Donation2?df_id=1480{% else %}/{% endif %}">
|
<a rel="nofollow noopener noreferrer" href="{% if 'rama' in request.host %}https://secure.transequality.org/site/Donation2?df_id=1480{% else %}/{% endif %}">
|
||||||
<img loading="lazy" src="/assets/images/{{'SITE_NAME' | app_config}}/{% if v %}banner.webp{% else %}cached.webp{% endif %}" width="100%">
|
<img loading="lazy" style="margin-top: -3px;" src="/assets/images/{{'SITE_NAME' | app_config}}/{% if v %}banner.webp{% else %}cached.webp{% endif %}" width="100%">
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
|
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
|
||||||
<link rel="stylesheet" href="/assets/css/main.css?v=61"><link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=61">
|
<link rel="stylesheet" href="/assets/css/main.css?v=61"><link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=61">
|
||||||
<link href="/assets/css/fa.css?v=51" rel="stylesheet">
|
<link href="/assets/css/fa.css?v=52" rel="stylesheet">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
|
@ -58,7 +58,7 @@
|
||||||
<link rel="stylesheet" href="/assets/css/main.css?v=61"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=61">
|
<link rel="stylesheet" href="/assets/css/main.css?v=61"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=61">
|
||||||
{% if v.agendaposter %}<link rel="stylesheet" href="/assets/css/agendaposter.css?v=61">{% endif %}
|
{% if v.agendaposter %}<link rel="stylesheet" href="/assets/css/agendaposter.css?v=61">{% endif %}
|
||||||
|
|
||||||
<link href="/assets/css/fa.css?v=51" rel="stylesheet">
|
<link href="/assets/css/fa.css?v=52" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body id="settings" style="overflow-x: hidden; {% if v and v.background %} background:url(/assets/images/backgrounds/{{v.background}}) no-repeat center center fixed !important; background-size: cover!important; background-color: #000!important;{% endif %}">
|
<body id="settings" style="overflow-x: hidden; {% if v and v.background %} background:url(/assets/images/backgrounds/{{v.background}}) no-repeat center center fixed !important; background-size: cover!important; background-color: #000!important;{% endif %}">
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
<link rel="stylesheet" href="/assets/css/main.css?v=61"><link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=61">
|
<link rel="stylesheet" href="/assets/css/main.css?v=61"><link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=61">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<link href="/assets/css/fa.css?v=51" rel="stylesheet">
|
<link href="/assets/css/fa.css?v=52" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body id="settings2" style="overflow-x: hidden; {% if v and v.background %} background:url(/assets/images/backgrounds/{{v.background}}) no-repeat center center fixed !important; background-size: cover!important; background-color: #000!important;{% endif %}">
|
<body id="settings2" style="overflow-x: hidden; {% if v and v.background %} background:url(/assets/images/backgrounds/{{v.background}}) no-repeat center center fixed !important; background-size: cover!important; background-color: #000!important;{% endif %}">
|
||||||
|
|
|
@ -5,14 +5,10 @@
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
function newemail() {
|
document.getElementById('new_email').addEventListener('input', function () {
|
||||||
var id = document.getElementById("email-password");
|
document.getElementById("email-password").classList.remove("d-none");
|
||||||
var id2 = document.getElementById("email-password-label");
|
document.getElementById("email-password-label").classList.remove("d-none");
|
||||||
var id3 = document.getElementById("emailpasswordRequired");
|
document.getElementById("emailpasswordRequired").classList.remove("d-none");
|
||||||
|
|
||||||
id.classList.remove("d-none");
|
|
||||||
id2.classList.remove("d-none");
|
|
||||||
id3.classList.remove("d-none");
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
@ -21,7 +17,9 @@
|
||||||
<div class="col col-lg-8">
|
<div class="col col-lg-8">
|
||||||
|
|
||||||
<div class="settings">
|
<div class="settings">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2 class="h5">Email</h2>
|
<h2 class="h5">Email</h2>
|
||||||
|
|
||||||
<p class="text-small text-muted">Change the email address used to sign in to your account.</p>
|
<p class="text-small text-muted">Change the email address used to sign in to your account.</p>
|
||||||
|
@ -32,7 +30,7 @@
|
||||||
<div class="d-lg-flex">
|
<div class="d-lg-flex">
|
||||||
<label for="new-email" class="w-lg-25">Email</label>
|
<label for="new-email" class="w-lg-25">Email</label>
|
||||||
<div class="w-lg-100">
|
<div class="w-lg-100">
|
||||||
<input class="form-control" oninput="newemail()" {% if v.email %}placeholder="{{v.email}}"{% else %}placeholder="Your email"{% endif %}
|
<input class="form-control" id="new_email" {% if v.email %}placeholder="{{v.email}}"{% else %}placeholder="Your email"{% endif %}
|
||||||
aria-describedby="new_email" type="email" name="new_email" required>
|
aria-describedby="new_email" type="email" name="new_email" required>
|
||||||
{% if v.email and not v.is_activated %}
|
{% if v.email and not v.is_activated %}
|
||||||
<div class="text-danger text-small-extra mt-1" id="email-verify-text">Email not verified. You will not be able to recover your account with this email until you verify it. <u><a href="javascript:void(0)" onclick="post_toast('/verify_email');emailVerifyText();" class="text-danger">Verify now.</a></u></div>
|
<div class="text-danger text-small-extra mt-1" id="email-verify-text">Email not verified. You will not be able to recover your account with this email until you verify it. <u><a href="javascript:void(0)" onclick="post_toast('/verify_email');emailVerifyText();" class="text-danger">Verify now.</a></u></div>
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
<link href="/assets/css/fa.css?v=51" rel="stylesheet"> </head>
|
<link href="/assets/css/fa.css?v=52" rel="stylesheet"> </head>
|
||||||
|
|
||||||
<body id="submit" style="overflow-x: hidden; {% if v and v.background %} background:url(/assets/images/backgrounds/{{v.background}}) no-repeat center center fixed !important; background-size: cover!important; background-color: #000!important;{% endif %}display: block;">
|
<body id="submit" style="overflow-x: hidden; {% if v and v.background %} background:url(/assets/images/backgrounds/{{v.background}}) no-repeat center center fixed !important; background-size: cover!important; background-color: #000!important;{% endif %}display: block;">
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue