Chris Hill-Scott
d9da219b7e
Use a macro for form tags
...
This will stop us repeatedly forgetting to add `novalidate` and
`autocomplete='off'` to our forms (which is how most of them are set
up).
It uses sensible defaults, based on how we most-commonly configure
forms:
- most of our forms are `post`ed (but this can be overridden)
- `autocomplete` should only be enabled where it makes sense, otherwise
it’s more annoying than useful (but this can be overriden)
- we should never be using HTML5 form validation because our own error
styles and messages are better
2018-09-19 12:43:15 +01:00
Tom Byers
47798b218c
Make live-search into a component
2018-08-22 17:42:04 +01:00
Chris Hill-Scott
6501105768
Refactor to not repeat lots of Jinja code
2018-08-22 16:31:05 +01:00
chrisw
c47a4ab830
org links don't show if user doesn't have permissions
2018-03-21 15:23:01 +00:00
chrisw
e32cb5df31
update organisation name
2018-03-06 17:28:04 +00:00
Rebecca Law
803c195947
Removed edit permissions on the org users page.
...
Remove a user from organisation can be done later.
2018-02-23 17:27:28 +00:00
chrisw
22bbc0d6d8
invite-team-members
2018-02-23 11:43:13 +00:00
chrisw
14b80622b7
link-service-to-organisations-tweaks
2018-02-20 11:30:46 +00:00
chrisw
dd2231056d
organisation dashboard page
2018-02-19 16:56:16 +00:00
Ken Tsang
c1e3658a8f
Add load org before request to allow current_org to be accessible from request context
2018-02-19 16:56:16 +00:00
chrisw
96b66829a1
organisation-dashboard
2018-02-19 16:56:16 +00:00
chrisw
1450138b9c
link-services-to-organisations
2018-02-13 12:49:57 +00:00
Ken Tsang
35571e741c
Refactor manage-organisation.html, organisations.html
2018-02-12 12:27:06 +00:00
Ken Tsang
11a7fc49b7
Renamed create to add for organisations
2018-02-12 12:27:06 +00:00
Ken Tsang
a200f1a17e
Go to organisation stub page which will eventually show list of services
2018-02-12 12:27:06 +00:00
Ken Tsang
d4c6491c93
Add title
2018-02-12 12:27:06 +00:00
Ken Tsang
f0e8661e34
Add organisations pages to show orgs and create/edit them
2018-02-12 12:27:06 +00:00
chrisw
9ad4435d94
Change organisations to email branding
2018-02-07 17:41:23 +00:00
Chris Hill-Scott
d01c397bb4
Allow creation of an organisation without a logo
...
Now we have the org banner branding, not all organisations need a logo.
So it shouldn’t be an error to not provide one.
Depends on:
- [ ] https://github.com/alphagov/notifications-api/pull/1265
2017-09-21 11:57:39 +01:00
Ken Tsang
e85e809c23
Fixed styling
2017-08-03 09:58:26 +01:00
Ken Tsang
ba9f1ac554
Add platform admin side nav
2017-08-02 12:50:01 +01:00
Ken Tsang
005c8b53d7
Add org select and manage pages
2017-08-02 11:04:14 +01:00