wuvt / wuvt-site

Website including a CMS, playlist information, and donation management tools
https://www.wuvt.vt.edu
GNU Affero General Public License v3.0
11 stars 12 forks source link

Dynamically update copyright year. #308

Closed mstathers closed 7 years ago

mstathers commented 7 years ago

fixes #250

mutantmonkey commented 7 years ago

Hi Michael,

Thanks for your contribution! Unfortunately, we don't currently provide a now tag in the template, so the fix for this isn't this simple. Running the site with this change results in:

jinja2.exceptions.TemplateSyntaxError: Encountered unknown tag 'now'.
mstathers commented 7 years ago

Ah, apologies! I must not have been paying enough attention and I thought this was django.

Updated (and properly tested) now. Let me know if you need anything else adjusted.

echarlie commented 7 years ago

I'll give it a quick test in a few hours and probably merge it, unless @mutantmonkey beats me to it.

mutantmonkey commented 7 years ago

Thanks again!