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:
Magnus Hagander
2016-05-17 17:37:09 -04:00
parent a9ca816f02
commit cd37dac7fd
8 changed files with 15 additions and 11 deletions

View File

@ -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'},