Fix reference to main.support in views

This commit is contained in:
Tom Byers
2019-11-12 17:02:38 +00:00
parent 894fc6eacf
commit 74e280ce51
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
If you pasted the web address, check you copied the entire address.
</p>
<p>
If the web address is correct or you selected a link or button, <a href="{{ url_for('.support') }}">contact us</a>.
If the web address is correct or you selected a link or button, <a href="{{ url_for('main.support') }}">contact us</a>.
</p>
</div>
</div>

View File

@@ -13,7 +13,7 @@
If you pasted the web address, check you copied the entire address.
</p>
<p>
If the web address is correct or you selected a link or button, <a href="{{ url_for('.support') }}">contact us</a>.
If the web address is correct or you selected a link or button, <a href="{{ url_for('main.support') }}">contact us</a>.
</p>
</div>
</div>