mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-12 23:05:12 +00:00
Move submitbug under /account/
In passing make it require ssl, make it no longer csrf-exempt, and make it require a login so we don't let unauthenticated emails through.
This commit is contained in:
@ -72,7 +72,7 @@ sitenav = {
|
||||
{'title': 'Security', 'link':'/support/security/'},
|
||||
{'title': 'Professional Services','link':'/support/professional_support/'},
|
||||
{'title': 'Hosting Solutions', 'link':'/support/professional_hosting/'},
|
||||
{'title': 'Report a Bug', 'link':'/support/submitbug/'},
|
||||
{'title': 'Report a Bug', 'link':'/account/submitbug/'},
|
||||
],
|
||||
'account': [
|
||||
{'title': 'Your account', 'link':'/account'},
|
||||
|
Reference in New Issue
Block a user