Skip to content

Commit

Permalink
Small ical doc improvements (#3821)
Browse files Browse the repository at this point in the history
* Remove personal_feed template tag

* Make personal feed error message less link-y

* Remove double 'is'

* Re-word button to 'synchronize calendar'

* Fix grammar in welcome mail for face detection
  • Loading branch information
ColonelPhantom authored Oct 30, 2024
1 parent 158f52d commit 8e8d0ba
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 17 deletions.
4 changes: 2 additions & 2 deletions website/events/templates/events/ical_help.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h3>How to subscribe to an iCal feed</h3>
<li>
In your calendar application find the button to add an (iCal) calendar via its URL.
For example, in Google Calendar, this is "Other calendars" and then "Via URL".
In the macOS Calendar the option is under the "File" menu and is called "New calendar subscription".
In the macOS Calendar the option is under the "File" menu and called "New calendar subscription".
</li>
<li>Paste the iCal feed URL into the provided field.</li>
<li>Save the new calendar.</li>
Expand All @@ -28,7 +28,7 @@ <h3>iCal feed URLs</h3>
{% if user.is_authenticated %}
<li>Personal feed: <a href="{{ personal_feed }}">{{ personal_feed }}</a></li>
{% else %}
<li>Personal feed: <a href="{% url 'login' %}?next={% url 'events:ical-help' %}">Log in to access your personal iCal feed</a></li>
<li>Personal feed: <a href="{% url 'login' %}?next={% url 'events:ical-help' %}">Log in</a> to access your personal iCal feed</li>
{% endif %}
</ul>
{% endblock %}
2 changes: 1 addition & 1 deletion website/events/templates/events/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
data-bs-placement="top"
title="Configure iCal feed"
>
<i class="fas fa-calendar-alt me-2"></i>iCal feed
<i class="fas fa-calendar-alt me-2"></i>Synchronize calendar
</a>
{% endblock %}
{% block section_tags %}id="events-index"{% endblock %}
Expand Down
12 changes: 0 additions & 12 deletions website/events/templatetags/personal_feed.py

This file was deleted.

2 changes: 1 addition & 1 deletion website/members/templates/members/email/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<p>And finally, there are some other optional next steps for you:</p>
<ul>
<li>Subscribe to a personalized calendar feed to see events in your calendar app: <a href="{{ base_url }}{% url "events:ical-help" %}">{{ base_url }}{% url "events:ical-help" %}</a></li>
<li>Upload a reference picture for face detection, to you get an overview of all the photos you're on: <a href="{{ base_url }}{% url 'facedetection:reference-faces' %}">{{ base_url }}{% url 'facedetection:reference-faces' %}</a></li>
<li>Upload a reference picture for face detection, so you get an overview of all the photos you're on: <a href="{{ base_url }}{% url 'facedetection:reference-faces' %}">{{ base_url }}{% url 'facedetection:reference-faces' %}</a></li>
</ul>
{% endblock %}
2 changes: 1 addition & 1 deletion website/members/templates/members/email/welcome.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ in the association. You can join the group via the following link: {{ base_url }
And finally, there are some other optional next steps for you:
- Subscribe to a personalized calendar feed to see events in your calendar app:
{{ base_url }}{% url "events:ical-help" %}
- Upload a reference picture for face detection, to you get an overview of all the photos you're on:
- Upload a reference picture for face detection, so you get an overview of all the photos you're on:
{{ base_url }}{% url 'facedetection:reference-faces' %}

With kind regards,
Expand Down

0 comments on commit 8e8d0ba

Please sign in to comment.