mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
text tweaks
This commit is contained in:
parent
428c65aa00
commit
f8a5f0872b
7 changed files with 8 additions and 8 deletions
|
@ -24,7 +24,7 @@
|
|||
<link href="{{ url_for('static', filename='structure.css', changed=getmtime('structure.css')) }}" type="text/css" rel="stylesheet" />
|
||||
<link href="{{ url_for('static', filename='styles.css', changed=getmtime('styles.css')) }}" type="text/css" rel="stylesheet" />
|
||||
{% endblock %}
|
||||
<title>{% if title %}{{ title }} - {{ _('PyFedi') }}{% else %}{{ _('PyFedi') }}{% endif %}</title>
|
||||
<title>{% if title %}{{ title }} - {{ _('PieFed') }}{% else %}{{ _('PieFed') }}{% endif %}</title>
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="/static/images/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/static/images/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/static/images/favicon-16x16.png">
|
||||
|
|
|
@ -9,4 +9,4 @@
|
|||
<p>{{ url_for('auth.reset_password', token=token, _external=True) }}</p>
|
||||
<p>If you have not requested a password reset simply ignore this message.</p>
|
||||
<p>Sincerely,</p>
|
||||
<p>The PyFedi Team</p>
|
||||
<p>The PieFed Team</p>
|
||||
|
|
|
@ -8,4 +8,4 @@ If you have not requested a password reset simply ignore this message.
|
|||
|
||||
Sincerely,
|
||||
|
||||
The PyFedi Team
|
||||
The PieFed Team
|
||||
|
|
|
@ -8,4 +8,4 @@
|
|||
<p>Alternatively, you can paste the following link in your browser's address bar:</p>
|
||||
<p>{{ url_for('auth.verify_email', token=user.verification_token, _external=True) }}</p>
|
||||
<p>Thanks,</p>
|
||||
<p>The PyFedi Team</p>
|
||||
<p>The PieFed Team</p>
|
||||
|
|
|
@ -6,4 +6,4 @@ To verify your email address:
|
|||
|
||||
Thanks,
|
||||
|
||||
The PyFedi Team
|
||||
The PieFed Team
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<p><a href="https://pyfedi.social/"><img src="https://pyfedi.social/images/PyFedi-logo.png" style="max-width: 100%; margin-bottom: 20px;" width="250" height="48" alt="PyFedi logo" /></a></p>
|
||||
<p>Hello {{ first_name }} and welcome!</p>
|
||||
<p>I'm Rimu, the founder of PyFedi and I'd like to personally thank you for signing up.</p>
|
||||
<p>I'm Rimu, the founder of PieFed and I'd like to personally thank you for signing up.</p>
|
||||
<p>I'd also like to give you the tools and information you need to get the most out of it. Let's get you up and running:</p>
|
||||
<ol>
|
||||
<li>Helpful resources goes here</li>
|
||||
|
@ -10,4 +10,4 @@
|
|||
<p>Rimu Atkinson<br />
|
||||
Founder</p>
|
||||
<p> </p>
|
||||
<p><small><a href="https://pyfedi.social/members/unsubscribe/reminder/{{ user.id }}/0">Unsubscribe from PyFedi newsletter</a></small></p>
|
||||
<p><small><a href="https://piefed.social/members/unsubscribe/reminder/{{ user.id }}/0">Unsubscribe from PieFed newsletter</a></small></p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Hello {{ first_name }} and welcome!
|
||||
|
||||
I'm Rimu, the founder of PyFedi and I'd like to personally thank you for signing up.
|
||||
I'm Rimu, the founder of PieFed and I'd like to personally thank you for signing up.
|
||||
|
||||
I'd also like to give you the tools and information you need to get the most out of it. Let's get you up and running:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue