Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'full=True' and 'css=True' kw options to html_error_template #39

Closed
sqlalchemy-bot opened this issue Apr 16, 2007 · 3 comments
Closed

Comments

@sqlalchemy-bot
Copy link

Migrated issue, originally created by Anonymous

full would toggle whether or not to render a fullly self contained HTML document (False wouldn't include

and )

css would toggle whether or not a <style> section was rendered

I'll probably submit a patch for this after #37 is fixed


Attachments: html_error_template_options-r264.diff

@sqlalchemy-bot
Copy link
Author

Anonymous wrote:

here's a patch for this.

i've also created a test module for mako.exceptions -- note it's named 'exceptions_' instead of 'exceptions' to avoid the test runner from absolute importing python's builtin exceptions module

@sqlalchemy-bot
Copy link
Author

Michael Bayer (@zzzeek) wrote:

great job, committed in [changeset:268]

@sqlalchemy-bot
Copy link
Author

Changes by Michael Bayer (@zzzeek):

  • changed status to closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant