mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -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.
|
If you pasted the web address, check you copied the entire address.
|
||||||
</p>
|
</p>
|
||||||
<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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
If you pasted the web address, check you copied the entire address.
|
If you pasted the web address, check you copied the entire address.
|
||||||
</p>
|
</p>
|
||||||
<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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user