Skip to content

Commit 3b5dd09

Browse files
committed
Updated links for ToU and Privacy Policy
1 parent f8e3119 commit 3b5dd09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hexmetrics/hex/templates/layout.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ <h4>Legal</h4>
195195

196196
<ul>
197197
<li><a href="javascript:;">License</a></li>
198-
<li><a href="javascript:;">Terms of Use</a></li>
199-
<li><a href="javascript:;">Privacy Policy</a></li>
198+
<li><a href="{{ url_for('IndexView:pageForSnippetName', snippet_name='terms-of-use') }}">Terms of Use</a></li>
199+
<li><a href="{{ url_for('IndexView:pageForSnippetName', snippet_name='privacy-policy') }}">Privacy Policy</a></li>
200200
<li><a href="javascript:;">Security</a></li>
201201
</ul>
202202

0 commit comments

Comments
 (0)