aboutsummaryrefslogtreecommitdiff
path: root/src/web/forms.py
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-04-18 22:47:13 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-04-18 22:47:13 +0200
commit8a05e45c83a86d5781b255ea966da80f410aa69b (patch)
tree1a30f9376b163a0168bce9a0df431a3809e65466 /src/web/forms.py
parentset the default value of the parse with the values from the request. (diff)
downloadnewspipe-8a05e45c83a86d5781b255ea966da80f410aa69b.tar.gz
newspipe-8a05e45c83a86d5781b255ea966da80f410aa69b.tar.bz2
newspipe-8a05e45c83a86d5781b255ea966da80f410aa69b.zip
Updated JARR GitHub address. Thanks GitHub!
Diffstat (limited to 'src/web/forms.py')
-rw-r--r--src/web/forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/forms.py b/src/web/forms.py
index d1999b8b..85980791 100644
--- a/src/web/forms.py
+++ b/src/web/forms.py
@@ -1,7 +1,7 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
-# jarr - A Web based news aggregator.
+# JARR - A Web based news aggregator.
# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information : http://github.com/JARR-aggregator/JARR/
bgstack15