File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ Branch builds are automatically deployed by Travis to
156
156
`https://<BRANCH-NAME>-dot-sympy-live-hrd.appspot.com/ `.
157
157
Note that branch has to be on this repository, as forks
158
158
do not have access to the key to deploy to the app engine,
159
- and branch name should match the regex: `[0-9a-zA-Z-_] `
159
+ and branch name should match the regex: `` [0-9a-zA-Z-_] ` `
160
160
(See app.yaml to check out the static files regex) for
161
161
the static files to load properly
162
162
Original file line number Diff line number Diff line change @@ -647,6 +647,7 @@ def get(self):
647
647
vars = {
648
648
'server_software' : os .environ ['SERVER_SOFTWARE' ],
649
649
'application_version' : LIVE_VERSION ,
650
+ 'current_year' : datetime .datetime .utcnow ().year ,
650
651
'date_deployed' : LIVE_DEPLOYED ,
651
652
'python_version' : sys .version ,
652
653
'user' : users .get_current_user (),
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ <h1><a href="/"> <img src="/static-{{application_version}}/images/logo.png" alt=
103
103
</ aside >
104
104
</ section >
105
105
< footer class ="row ">
106
- < p > Copyright © 2013 SymPy Development Team. SymPy Live version
106
+ < p > Copyright © 2013-{{ current_year }} SymPy Development Team. SymPy Live version
107
107
{{application_version}} deployed on {{date_deployed}}</ p >
108
108
< p > SymPy Live is open source. Fork
109
109
< a href ="https://github.com/sympy/sympy-live/ "> the project on
You can’t perform that action at this time.
0 commit comments