Commit Graph

13 Commits

Author SHA1 Message Date
graham-dds
0d3aff54c9 Import macro with context to supply perms
A bug was caused by using the MemberManagementTemplate macro and not supplying all of the necessary
kwargs. Intially, this bug was fixed by supplying the kwargs used by the
macro at the time, but in this refactor, we simply remove those kwargs
and refer to the permissions directly in the template by importing the
macro with context.
2019-10-22 09:32:36 -04:00
leigh-mil
1c79f1dfc9 Merge pull request #1114 from dod-ccpo/app-settings-styling_part-2
App settings styling - environments table
2019-10-16 18:10:09 -04:00
leigh-mil
798ec60a1b Make save button always enabled 2019-10-15 14:38:32 -04:00
leigh-mil
1eecf19459 Update flash message for resending an invite 2019-10-15 14:35:13 -04:00
leigh-mil
041e16a26d Update add new button styling 2019-10-15 13:48:01 -04:00
leigh-mil
c7841d4388 Update styling on revoke invite modal 2019-10-08 17:06:51 -04:00
leigh-mil
7a778dd1dd Fix styling for resend invite modal 2019-10-08 17:06:36 -04:00
leigh-mil
04ebb863f1 Add class to edit member perms modal so it has same styling as add new member modal 2019-10-08 16:43:15 -04:00
leigh-mil
ce4ef37776 Add class to resend invite modal so styling is applied 2019-10-08 16:16:34 -04:00
leigh-mil
13bc830536 Add update invite form to settings page and move user info page of member form into its own macro 2019-10-08 16:10:46 -04:00
graham-dds
c803438e94 Roll back Projects to Applications in translations 2019-10-08 13:15:28 -04:00
graham-dds
8eda056327 Revamp the app members table
- remove some of the custom styles in the page-specific style sheet.
Instead, try to rely on default USWDS styles as much as possible.
- tweak a few values in the tables stylesheet
- move some markup around in the members template
2019-10-08 13:15:28 -04:00
graham-dds
d4b5e484ee rearrange templates to follow new dir structure 2019-10-01 16:09:51 -04:00