Add css classes and html tag attributes to django form's label.
Project description
Add css classes and html tag attributes to form’s label in django templates. This library can render a form label like django-widget-tweaks
The license is MIT.
Installation
$ pip install django-label-tag-attr
Then add ‘label_tag_attr’ to INSTALLED_APPS.
Usage
Previous(Use django-widget-tweaks only)
{% load widget_tweaks %}
<label id="{{ form.text.auto_id }}" class="control-label">{{ form.text.label }}</label>
{% render_label form.text class="form-control" %}
Use django-label-tag-attr
render_label template tag for customizing form’s label by using an HTML-like syntax.
{% load label_tag_attr %}
{% load widget_tweaks %}
{% render_label form.text class="control-label" %}
{% render_field form.text class="form-control" %}
Resources
CHANGES
1.0.0 (2015-03-29)
Initial release
1.0.2 (2015-05-09)
Support django1.8 and python2.7.
Bug fixed.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-label-tag-attr-1.0.2.tar.gz.
File metadata
- Download URL: django-label-tag-attr-1.0.2.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4780bbbbbd3a9bb697d6efe0c55e238591b8d1f7989f90f49ba0343df300c9cb
|
|
| MD5 |
0a61262e53ecafdbe839cf785998d43e
|
|
| BLAKE2b-256 |
70f40466c9cddf185eef30240ff81ab3eaffb76734c2cf82ff027d6031704cb4
|
File details
Details for the file django_label_tag_attr-1.0.2-py3-none-any.whl.
File metadata
- Download URL: django_label_tag_attr-1.0.2-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ca1458f1de92f2442465d978ef49814ed9ddf1b1950fc299df9ed89cd247f90
|
|
| MD5 |
760c1d02fbd830cd6295bdaa9f07df08
|
|
| BLAKE2b-256 |
18f315088b9e208081d7fba63ae74bb2b7852acd8d87135a1014dc1672609bc5
|