remotes/1693045480750635534/spooky-22
Aevann1 2021-10-09 18:00:35 +02:00
parent 81f12a54a7
commit 1880c58cf9
6 changed files with 14 additions and 16 deletions

View File

@ -260,7 +260,7 @@
{% endblock %}
<link href="/assets/css/fa.css?v=51" rel="stylesheet">
<link href="/assets/css/fa.css?v=52" rel="stylesheet">
{% block fixedMobileBarJS %}
{% endblock %}
@ -270,7 +270,7 @@
{% 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 %}">
<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>
{% endif %}

View File

@ -16,7 +16,7 @@
<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 href="/assets/css/fa.css?v=51" rel="stylesheet">
<link href="/assets/css/fa.css?v=52" rel="stylesheet">
</head>

View File

@ -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">
{% 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>
<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 %}">

View File

@ -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">
{% endif %}
<link href="/assets/css/fa.css?v=51" rel="stylesheet">
<link href="/assets/css/fa.css?v=52" rel="stylesheet">
</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 %}">

View File

@ -5,14 +5,10 @@
{% block content %}
<script>
function newemail() {
var id = document.getElementById("email-password");
var id2 = document.getElementById("email-password-label");
var id3 = document.getElementById("emailpasswordRequired");
id.classList.remove("d-none");
id2.classList.remove("d-none");
id3.classList.remove("d-none");
document.getElementById('new_email').addEventListener('input', function () {
document.getElementById("email-password").classList.remove("d-none");
document.getElementById("email-password-label").classList.remove("d-none");
document.getElementById("emailpasswordRequired").classList.remove("d-none");
});
</script>
@ -21,7 +17,9 @@
<div class="col col-lg-8">
<div class="settings">
<h2 class="h5">Email</h2>
<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">
<label for="new-email" class="w-lg-25">Email</label>
<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>
{% 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>

View File

@ -34,7 +34,7 @@
{% endif %}
{% 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;">