UNKNOWN
Project description
Simple application to plug to manage “javascript disabled” events
Installation
Add nojs to your INSTALLED_APPS:
INSTALLED_APPS = ( ..., ..., 'nojs', )
Add django.core.context_processors.request and django.core.context_processors.static to your TEMPLATE_CONTEXT_PROCESSORS:
TEMPLATE_CONTEXT_PROCESSORS = ("django.contrib.auth.context_processors.auth", "django.core.context_processors.debug", "django.core.context_processors.i18n", "django.core.context_processors.media", "django.core.context_processors.static", "django.core.context_processors.request", "django.contrib.messages.context_processors.messages")
Into your templates:
<link href="{{ STATIC_URL }}nojs/nojs.css" rel="stylesheet" type="text/css" media="screen" /> <body> {% checkjs %} </body>
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
django-nojs-0.0.1.tar.gz
(226.0 kB
view details)
File details
Details for the file django-nojs-0.0.1.tar.gz
.
File metadata
- Download URL: django-nojs-0.0.1.tar.gz
- Upload date:
- Size: 226.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2029f97b57973feda4feb3f7d8343b790d3f3fce644d9b6d7c26ead1da891430 |
|
MD5 | 2c2e1b47f15d3ba06bc739cae66ad78e |
|
BLAKE2b-256 | e349ee0b372c40305a64052983008577f3afcca9386357760443c45f65fc1dca |