legacy
Steve Nyemba 3 years ago
parent 020f59cf48
commit 925d56f8c0

@ -77,6 +77,7 @@ def index():
def terms():
_args = CONFIG['about']
_args['context']= CONTEXT
_args['year'] = datetime.now().year
return render_template("terms.html",**_args)
# return render_template("index.html",**args)
@app.route("/json/<id>")

@ -15,7 +15,7 @@
<div class="caption bold">
MIT License </div>
<p>
<br>Copyright 2020 Vanderbilt University Medical Center
<br>&copy; {{year}} {{organization}}
<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p>

Loading…
Cancel
Save