Changeset - afc5b51bba18
[Not reviewed]
default
0 1 0
Mads Kiilerich - 11 years ago 2015-03-31 01:17:37
madski@unity3d.com
gists: use allow_extra_fields and filter_extra_fields in gist forms like in most other forms
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
kallithea/model/forms.py
Show inline comments
 
@@ -512,6 +512,8 @@ def PullRequestPostForm():
 

	
 
def GistForm(lifetime_options):
 
    class _GistForm(formencode.Schema):
 
        allow_extra_fields = True
 
        filter_extra_fields = True
 

	
 
        filename = All(v.BasePath()(),
 
                       v.UnicodeString(strip=True, required=False))
0 comments (0 inline, 0 general)