mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-20 11:48:16 +00:00
Save a sample file while I try to figure out how the JS is going to work
This commit is contained in:
parent
cc77a9182c
commit
7b3287f67b
6
crc/static/jinja_extensions.py
Normal file
6
crc/static/jinja_extensions.py
Normal file
@ -0,0 +1,6 @@
|
||||
from crc.api.file import get_document_directory
|
||||
|
||||
|
||||
def render_files(study_id,irb_codes):
|
||||
files = get_document_directory(study_id)
|
||||
print(files)
|
Loading…
x
Reference in New Issue
Block a user