We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e3119 commit 3b5dd09Copy full SHA for 3b5dd09
hexmetrics/hex/templates/layout.html
@@ -195,8 +195,8 @@ <h4>Legal</h4>
195
196
<ul>
197
<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>
+ <li><a href="{{ url_for('IndexView:pageForSnippetName', snippet_name='terms-of-use') }}">Terms of Use</a></li>
+ <li><a href="{{ url_for('IndexView:pageForSnippetName', snippet_name='privacy-policy') }}">Privacy Policy</a></li>
200
<li><a href="javascript:;">Security</a></li>
201
</ul>
202
0 commit comments