mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-11 21:01:06 -04:00
Fix reference to main.support in views
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user