storborg / pyramid_uniform

Form handling for Pyramid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make it possible to specify no id on a tag

storborg opened this issue · comments

Import and use the WebHelpers2 NotGiven sentinel to be able to tell the difference between a default id kwarg and one that is explicitly passed None.

This enables generating form tags which have no id attribute.