File: homepage.html

package info (click to toggle)
python-django-crispy-forms-foundation 1.1.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 884 kB
  • sloc: javascript: 6,437; python: 1,326; makefile: 200; sh: 17
file content (11 lines) | stat: -rw-r--r-- 279 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
{% extends "skeleton.html" %}

{% block base_content %}
<div class="row">
    <h1>Sample projet for crispy-forms-foundation</h1>

    <ul>
        <li><a href="{% url 'demo:crispy-demo-form-fieldsets' foundation_version=6 %}">Foundation6</a></li>
    </ul>
</div>
{% endblock %}