django-semanticui-form
Project description
Semantic UI for Django Form.
A simple Django template tag to work with Semantic UI
This project is a fork from django-bootstrap-form by tzangms.
Usage
Add semanticuiform to your INSTALLED_APPS.
At the top of your template load in our template tags:
{% load semanticui %}
Then to render your form:
<form class="ui form"> <legend>Form Title</legend> {% csrf_token %} {{ form|semanticui }} <button class="ui button" type="submit">Submit</button> </form>
To make the form with inline element, change the |semanticui template tag to |semanticui_inline.:
<form class="ui form"> <legend>Form Title</legend> {% csrf_token %} {{ form|semanticui_inline }} <button class="ui button" type="submit">Submit</button> </form>
Demo
Not yet.
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 Distributions
File details
Details for the file django-semanticui-form-0.0.1.tar.gz
.
File metadata
- Download URL: django-semanticui-form-0.0.1.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a08d5fe4afadfe48ad8077092cfa1de2ecb14404358b6daad5fb47a4efaeb3a |
|
MD5 | b5d1c95aad2aaa121a967bb32ce0f687 |
|
BLAKE2b-256 | 4d80a4fed16effe379c0d2363f047c58220348fd785e8f6ed41fa0ccf9608d60 |
File details
Details for the file django_semanticui_form-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: django_semanticui_form-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d43a663ec45d8d125b4d55053318c6d74f15d2893fd890bc751fafd6fc15ab7 |
|
MD5 | 5ba85f4070576234b71996de7719a2b7 |
|
BLAKE2b-256 | 83800895d2d4eea29da32557430deeb499e4f4a56fcddc8d35ba6614a1a17f2b |
File details
Details for the file django_semanticui_form-0.0.1-py2-none-any.whl
.
File metadata
- Download URL: django_semanticui_form-0.0.1-py2-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3fe71ea4586b1bfb214f7b549321879cc4104bbf7e73f1d64f81a27322ef8c9 |
|
MD5 | b643e0d4860ebefa933f10ab65680881 |
|
BLAKE2b-256 | 7968195dc864a432e2b2b88e4a71f717c863b818de5b1f3ad5712bdf0a3e97ab |