Skip to main content

django-semanticui-form

Project description

PyPI version https://travis-ci.org/peterbe/django-semanticui-form.png?branch=master https://coveralls.io/repos/peterbe/django-semanticui-form/badge.png?branch=master

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


Download files

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

Source Distribution

django-semanticui-form-0.0.1.tar.gz (4.1 kB view details)

Uploaded Source

Built Distributions

django_semanticui_form-0.0.1-py3-none-any.whl (6.6 kB view details)

Uploaded Python 3

django_semanticui_form-0.0.1-py2-none-any.whl (6.6 kB view details)

Uploaded Python 2

File details

Details for the file django-semanticui-form-0.0.1.tar.gz.

File metadata

File hashes

Hashes for django-semanticui-form-0.0.1.tar.gz
Algorithm Hash digest
SHA256 2a08d5fe4afadfe48ad8077092cfa1de2ecb14404358b6daad5fb47a4efaeb3a
MD5 b5d1c95aad2aaa121a967bb32ce0f687
BLAKE2b-256 4d80a4fed16effe379c0d2363f047c58220348fd785e8f6ed41fa0ccf9608d60

See more details on using hashes here.

File details

Details for the file django_semanticui_form-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for django_semanticui_form-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6d43a663ec45d8d125b4d55053318c6d74f15d2893fd890bc751fafd6fc15ab7
MD5 5ba85f4070576234b71996de7719a2b7
BLAKE2b-256 83800895d2d4eea29da32557430deeb499e4f4a56fcddc8d35ba6614a1a17f2b

See more details on using hashes here.

File details

Details for the file django_semanticui_form-0.0.1-py2-none-any.whl.

File metadata

File hashes

Hashes for django_semanticui_form-0.0.1-py2-none-any.whl
Algorithm Hash digest
SHA256 d3fe71ea4586b1bfb214f7b549321879cc4104bbf7e73f1d64f81a27322ef8c9
MD5 b643e0d4860ebefa933f10ab65680881
BLAKE2b-256 7968195dc864a432e2b2b88e4a71f717c863b818de5b1f3ad5712bdf0a3e97ab

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