Skip to main content

A template package for deform that uses Foundation

Project description

# Deform templates in Foundation

This is a python package to replace Deform's default templates with templates designed to use Foundation's nice features
(particularly with forms and form errors).

## Dependencies

1. [Zurb's Foundation 4.x](http://foundation.zurb.com/)
2. [Garlic.js](http://garlicjs.org/)

Garlic.js isn't *necessary* for operation, but it does provide nice functionality for your users by saving the form
state to localStorage in the event they accidentally hit the back button or their browser crashes. It's easy to include
on your site:

<html lang="en">
<head>
<script src="//cdnjs.cloudflare.com/ajax/libs/garlic.js/1.2.0/garlic.min.js"></script>
</head>
<body>
</body>
</html>

## Installation

With your virtualenv activated: `pip install deform-foundation`; this will install the templates. You now need to include
the "sub-app" into your primary load point for Pyramid. I do this inside of my project's `__init__.py` files towards the
bottom:

config.include('deform_foundation')
return config.make_wsgi_app()

## March 25th, 2013

Presently, I've only cleaned up the default form.pt template to remove unnecessary messages when the form is in an
exceptional state and to provide the inter-field form error messages better styled.

All form field error messages use Foundation's form error message styling.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

deform_foundation-0.5.10.tar.gz (15.9 kB view details)

Uploaded Source

File details

Details for the file deform_foundation-0.5.10.tar.gz.

File metadata

File hashes

Hashes for deform_foundation-0.5.10.tar.gz
Algorithm Hash digest
SHA256 aa07d5850f2b7929d25d068261787ad08880e05437f087ec4141edae1f10e17d
MD5 c2648fc0baae615b33a8df942541adb3
BLAKE2b-256 6135f82a9b864bab6b6b8144c3d05ca7f3a2c5c67e54d6244887dc20609ac7cd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page