Fix links to ICS file

This commit is contained in:
Vicky Steeves 2019-08-06 20:49:14 -04:00 committed by Remi Rampin
parent 943172a439
commit ab7e5538f6
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@
<h3>When <i class="fas fa-angle-right"></i></h3> <h3>When <i class="fas fa-angle-right"></i></h3>
<div class="details-box-date"><i class="far fa-calendar"></i> October 20, 2019</div> <div class="details-box-date"><i class="far fa-calendar"></i> October 20, 2019</div>
<p>The ceremony will take place on October 20, 2019. It begin at 2pm with the reception following at 4pm.</p> <p>The ceremony will take place on October 20, 2019. It begin at 2pm with the reception following at 4pm.</p>
<p>Add the events to your calendar with <a href="files/Anna__Dans_Wedding_Schedule.ics">this ICS file</a>, which can be imported into any kind of calendar.</p> <p>Add the events to your calendar with <a href="{% static 'files/Anna__Dans_Wedding_Schedule.ics' %}">this ICS file</a>, which can be imported into any kind of calendar.</p>
</div> </div>
<div class="col-md-4 details-box wow fadeInDown"> <div class="col-md-4 details-box wow fadeInDown">
<h3>Where <i class="fas fa-angle-right"></i></h3> <h3>Where <i class="fas fa-angle-right"></i></h3>

View File

@ -21,7 +21,7 @@
{% if attending %} {% if attending %}
<p class="medium-paragraph">Thank you for RSVP-ing! We can't wait to see you at our wedding <i class="fas fa-heart"></i></p> <p class="medium-paragraph">Thank you for RSVP-ing! We can't wait to see you at our wedding <i class="fas fa-heart"></i></p>
<p>The ceremony will take place on October 20, 2019. It begin at 2pm at St. Ann's Church in Peabody (<a href="https://goo.gl/maps/Rb2oaYKVbEb5qvtQA">140 Lynn St, Peabody, MA</a>) with the reception following at 4pm at the Hellenic Community Center in Ipswich: <a href="https://goo.gl/maps/6vtU3wm1ynPK5ajv8">117 County Rd, Ipswich, MA</a>.</p> <p>The ceremony will take place on October 20, 2019. It begin at 2pm at St. Ann's Church in Peabody (<a href="https://goo.gl/maps/Rb2oaYKVbEb5qvtQA">140 Lynn St, Peabody, MA</a>) with the reception following at 4pm at the Hellenic Community Center in Ipswich: <a href="https://goo.gl/maps/6vtU3wm1ynPK5ajv8">117 County Rd, Ipswich, MA</a>.</p>
<p>Add the events to your calendar with <a href="files/Anna__Dans_Wedding_Schedule.ics">this ICS file</a>, which can be imported into any kind of calendar.</p> <p>Add the events to your calendar with <a href="{% static 'files/Anna__Dans_Wedding_Schedule.ics' %}">this ICS file</a>, which can be imported into any kind of calendar.</p>
{% else %} {% else %}
<p>Sorry we'll miss you, but we hope to catch up with you soon!</p> <p>Sorry we'll miss you, but we hope to catch up with you soon!</p>
{% endif %} {% endif %}