diff --git a/src/index.py b/src/index.py index f4f12a1..68dce69 100755 --- a/src/index.py +++ b/src/index.py @@ -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/") diff --git a/src/templates/terms.html b/src/templates/terms.html index 4207321..62aa17d 100644 --- a/src/templates/terms.html +++ b/src/templates/terms.html @@ -15,7 +15,7 @@
MIT License

-
Copyright 2020 Vanderbilt University Medical Center +
© {{year}} {{organization}}

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: