Skip to content
Snippets Groups Projects
Verified Commit c6251ca2 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Style example page only a bit more

parent a2e2eeca
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,14 @@
<title>Example of Cleave.js usage in Django</title>
</head>
<body>
<h1>Example page for django-cleavejs</h1>
<p>
This page demonstrates the use of Cleave.js through a Django form widget.
</p>
<form>
{{ form.as_table }}
<table>
{{ form.as_table }}
</table>
</form>
{{ form.media }}
</body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment