savannah-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-cvs] [SCM] Savane-cleanup framework branch, master, updated. a


From: Jonathan Gonzalez V.
Subject: [Savannah-cvs] [SCM] Savane-cleanup framework branch, master, updated. a13597288751c650e7bafa4a3a7c95dd5e914b4c
Date: Thu, 25 Jun 2009 03:39:07 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Savane-cleanup framework".

The branch, master has been updated
       via  a13597288751c650e7bafa4a3a7c95dd5e914b4c (commit)
      from  2d1e4d99005ef201337e41d4a08428282c4ec3f2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/savane-cleanup/framework.git/commit/?id=a13597288751c650e7bafa4a3a7c95dd5e914b4c

commit a13597288751c650e7bafa4a3a7c95dd5e914b4c
Author: Jonathan Gonzalez V <address@hidden>
Date:   Wed Jun 24 23:29:58 2009 -0400

    Added a cols and rows attribute to the gpg textarea

diff --git a/savane/savane_user/views.py b/savane/savane_user/views.py
index 5adc0f0..1d7834b 100644
--- a/savane/savane_user/views.py
+++ b/savane/savane_user/views.py
@@ -177,7 +177,7 @@ class IdentityForm( forms.Form ):
     action = forms.CharField( widget=forms.HiddenInput, required=True, 
initial='update_identity' )
 
 class GPGForm( forms.Form ):
-    gpg_key = forms.CharField( widget=forms.Textarea, required=False )
+    gpg_key = forms.CharField( widget=forms.Textarea( 
attrs={'cols':'70','rows':'15'} ), required=False )
     action = forms.CharField( widget=forms.HiddenInput, required=True, 
initial='update_gpg' )
 
 class SSHForm( forms.Form ):

-----------------------------------------------------------------------

Summary of changes:
 savane/savane_user/views.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Savane-cleanup framework




reply via email to

[Prev in Thread] Current Thread [Next in Thread]