mike cullerton
81109b01b3
Possible fix for URL error on testing.
2021-07-02 13:00:04 -04:00
mike cullerton
8018431918
Created forms for the two verify buttons.
2021-05-26 14:06:53 -04:00
mike cullerton
8765849690
Added Verify Study Details button
...
Changed Update Document List to Verify
2021-05-26 11:12:07 -04:00
mike cullerton
08be27a854
Added button to update the master required documents list
...
Added css to float the new button to the right.
2021-05-19 11:23:07 -04:00
Dan
295008304a
Just a little prettier.
2021-05-14 14:44:48 -04:00
mike cullerton
f9b254c518
We now pass all
in the user_studies url.
...
We use this to turn off selected_user
2021-05-11 16:34:49 -04:00
mike cullerton
b6de1b9146
Two bug fixes:
...
- changed onclick to onchange for the select tag
- added BASE_HREF to the redirect url
2021-02-23 17:52:10 -05:00
mike cullerton
467e6200be
fix for user lookup stuff.
...
{{ base_href }} needed quotes around it.
Fixed my test for LDAP search so it doesn't have localhost hardcoded :(
2021-02-23 14:01:19 -05:00
mike cullerton
81457c2b7c
We can now limit the list of studies to a particular user.
...
Created a new route /user_studies in __init__.py that takes a uva_id.
Pulled out some dupllcate code into a new method; render_study_template
In index.html, added a pulldown to select the user. I pull the list of users from the studies so we only show users that have studies.
Added a script to process the selection.
2021-02-19 10:55:21 -05:00
Aaron Louie
18f557549f
Hides hidden fields. Adds highlight class. Allows HTML tags in alert messages and form detail text.
2020-08-13 15:18:51 -04:00
Aaron Louie
d5a933d951
Fixes #23 - Displays confirmation screen before deleting a study or investigator
2020-06-30 14:48:11 -04:00
Aaron Louie
07d0c43e8e
Fixes all the paths and routing errors
2020-05-24 23:05:57 -04:00
Aaron Louie
8fa36b968c
Apparently, APPLICATION_ROOT does something.
2020-05-24 00:05:24 -04:00
Aaron Louie
4a03fb1ede
Sets base href from environment variable
2020-05-23 12:29:32 -04:00
Aaron Louie
e5d02e4015
Adds favicon to silence 404 error
2020-04-03 18:14:51 -04:00
Aaron Louie
52f8b0d2f9
Moves styles into scss. Makes things prettier.
2020-02-26 12:17:37 -05:00
Dan Funk
51c9b8be86
Add / Edit studies, show in a sensible form, allow modifying list of requirements.
2020-02-17 11:43:26 -05:00
Dan Funk
a0965bc0fe
Adding web forms to populate data, and final pass on API to assure we are in perfect alignment with existing endpoints.
2020-02-14 15:19:30 -05:00