Skip to content

Commit

Permalink
Removed superfluous entries from dict.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjung committed Oct 26, 2023
1 parent d52ceb5 commit c3d0978
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
17 changes: 0 additions & 17 deletions mlc.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,6 @@ def inject_dict():
cnetid = request.environ["REMOTE_USER"]
return {
'cnet_id' : cnetid,
'cgimail' : {
'default' : {
'from' : 'Vitor G <vitorg@uchicago.edu>'
},
'request_access': {
'rcpt': 'askscrc',
'subject': '[TEST] Request for access to MLC restricted series',
},
'request_account': {
'rcpt': 'askscrc',
'subject': '[TEST] Request for MLC account',
},
'feedback': {
'rcpt': 'vitor',
'subject': '[TEST] Feedback about Mesoamerican Language Collection Portal',
},
},
'locale': get_locale(),
'trans': {
'collection_title': lazy_gettext(
Expand Down
17 changes: 0 additions & 17 deletions ucla.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,6 @@ def inject_dict():
cnetid = request.environ["REMOTE_USER"]
return {
'cnet_id' : cnetid,
'cgimail' : {
'default' : {
'from' : 'Vitor G <vitorg@uchicago.edu>'
},
'request_access': {
'rcpt': 'askscrc',
'subject': '[TEST] Request for access to UCLA restricted series',
},
'request_account': {
'rcpt': 'askscrc',
'subject': '[TEST] Request for UCLA account',
},
'feedback': {
'rcpt': 'vitor',
'subject': '[TEST] Feedback about University of Chicago Language Archive',
},
},
'locale': get_locale(),
'trans': {
'collection_title': lazy_gettext(
Expand Down

0 comments on commit c3d0978

Please sign in to comment.