Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tigerpath/templates/includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</li>
<li class="list-inline-item">&sdot;</li>
<li class="list-inline-item">
<a href="https://goo.gl/forms/T0pnhwdBYIS8mM6q1"
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdjBwHsURKujVqfnUk7nyocAMnFDFI6fyubDmqYMgLElpm_Nw/viewform"
target="_blank"
rel="noopener noreferrer">Contact</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion tigerpath/templates/tigerpath/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
target="_blank"
rel="noopener noreferrer">About</a>
<a class="btn nav-btn"
href="https://goo.gl/forms/T0pnhwdBYIS8mM6q1"
href="https://docs.google.com/forms/d/e/1FAIpQLSdjBwHsURKujVqfnUk7nyocAMnFDFI6fyubDmqYMgLElpm_Nw/viewform"
target="_blank"
rel="noopener noreferrer">Feedback</a>
<a class="btn nav-btn"
Expand Down
2 changes: 1 addition & 1 deletion tigerpath/templates/tigerpath/onboarding.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h5 class="modal-title" id="onboarding-modal-label">Welcome to TigerPath!</h5>
<h6>Before we get started</h6>
<p>TigerPath was built because we saw a need for Princeton students to have a tool that could help them think long-term about what courses to take and how to fulfill their graduation requirements.</p>
<p>We do not guarantee the accuracy of the course listings and requirements information represented in TigerPath, and you should always discuss with your advisor to ensure that your four-year plan is sound and fits with your goals.</p>
<p>If you find any bugs or have any suggestions, we would appreciate your <a href="https://goo.gl/forms/T0pnhwdBYIS8mM6q1" target="_blank" rel="noopener noreferrer">feedback</a>!</p>
<p>If you find any bugs or have any suggestions, we would appreciate your <a href="https://docs.google.com/forms/d/e/1FAIpQLSdjBwHsURKujVqfnUk7nyocAMnFDFI6fyubDmqYMgLElpm_Nw/viewform" target="_blank" rel="noopener noreferrer">feedback</a>!</p>
<p>By continuing, you affirm that you have read and understood the terms outlined above and in our <a href="{% url 'privacy_policy' %}" target="_blank" rel="noopener noreferrer">privacy policy</a>.</p>
</div>
<div id="page-2" class="hidden animated">
Expand Down
2 changes: 1 addition & 1 deletion tigerpath/templates/tigerpath/privacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h4>User Data</h4>
<div class="text-section">
<h4>University Data</h4>
<p>We collect the course listings data from the OIT Web Feed Registry and the Course Offerings webpage, and we compile the requirements information from the Princeton University Undergraduate Announcement website and the official Princeton University department websites.</p>
<p>Although we endeavor to make the displayed course listings and requirements information as accurate as possible, we make no guarantees about the accuracy of our data. The definitive word will always come from the university administration and departments, and you should verify with them if you are in doubt about the veracity of any university data on our app. We would also appreciate it if you <a href="https://goo.gl/forms/T0pnhwdBYIS8mM6q1" target="_blank" rel="noopener noreferrer">notify us</a> about any errors you find.</p>
<p>Although we endeavor to make the displayed course listings and requirements information as accurate as possible, we make no guarantees about the accuracy of our data. The definitive word will always come from the university administration and departments, and you should verify with them if you are in doubt about the veracity of any university data on our app. We would also appreciate it if you <a href="https://docs.google.com/forms/d/e/1FAIpQLSdjBwHsURKujVqfnUk7nyocAMnFDFI6fyubDmqYMgLElpm_Nw/viewform" target="_blank" rel="noopener noreferrer">notify us</a> about any errors you find.</p>
</div>
<div class="text-section">
<h4>Third-Party Services</h4>
Expand Down
Loading