Skip to main content

Semantic or Fomantic UI for Django Forms

Project description

======================= Django Semantic UI form

.. image:: https://badge.fury.io/py/django-semanticui-form.png :alt: PyPI version :target: https://pypi.python.org/pypi/django-semanticui-form

.. image:: https://travis-ci.org/gokujo/django-semanticui-form.png?branch=master :target: https://travis-ci.org/gokujo/django-semanticui-form

.. image:: https://coveralls.io/repos/gokujo/django-semanticui-form/badge.png?branch=master :target: https://coveralls.io/r/gokujo/django-semanticui-form?branch=master

Semantic (Fomantic) UI for Django Form.

A simple Django template tag to work with Semantic UI <http://semantic-ui.com/>_

This project is a fork from django-bootstrap-form <https://github.com/peterbe/django-semanticui-form>_ by peterbe <https://github.com/peterbe>_.

Some fixes by me

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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

django2_semanticui_form-0.0.4-py3-none-any.whl (7.2 kB view hashes)

Uploaded Python 3

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