aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r
diff options
context:
space:
mode:
Diffstat (limited to 'pyaggr3g470r')
-rw-r--r--pyaggr3g470r/views.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pyaggr3g470r/views.py b/pyaggr3g470r/views.py
index 6b069ae3..42854512 100644
--- a/pyaggr3g470r/views.py
+++ b/pyaggr3g470r/views.py
@@ -20,9 +20,9 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>
__author__ = "Cedric Bonhomme"
-__version__ = "$Revision: 4.2 $"
+__version__ = "$Revision: 4.4 $"
__date__ = "$Date: 2010/01/29 $"
-__revision__ = "$Date: 2013/11/22 $"
+__revision__ = "$Date: 2013/12/27 $"
__copyright__ = "Copyright (c) Cedric Bonhomme"
__license__ = "GPLv3"
@@ -401,4 +401,4 @@ def profile():
if request.method == 'GET':
form = ProfileForm(obj=user)
- return render_template('profile.html', form=form) \ No newline at end of file
+ return render_template('profile.html', form=form)
bgstack15