diff --git a/LICENSE b/LICENSE index e142526..2d9a28a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2009-2014 Ben Kurtovic +Copyright (c) 2009-2015 Ben Kurtovic Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/templates/support/footer.mako b/templates/support/footer.mako index 275ac3f..814f0be 100644 --- a/templates/support/footer.mako +++ b/templates/support/footer.mako @@ -1,7 +1,10 @@ -<%! from flask import g, request %>\ +<%! + from datetime import datetime + from flask import g, request +%>\