Changeset - 240eb42df411
[Not reviewed]
0 1 0
Luke Hatcher - 12 years ago 2012-08-31 06:32:30
lukeman@gmail.com
add chosen
1 file changed with 7 insertions and 1 deletions:
0 comments (0 inline, 0 general)
symposion/templates/schedule/schedule_edit.html
Show inline comments
...
 
@@ -13,2 +13,3 @@
 
{% block extra_head %}
 
    <link rel="stylesheet" href="{{ STATIC_URL }}chosen/chosen.css" />
 
    <style>
...
 
@@ -45,2 +46,5 @@
 
        }
 
        #id_presentation {
 
            width:400px;
 
        }
 
    </style>
...
 
@@ -66,3 +70,3 @@
 
                </div>
 
                <div class="modal-body">
 
                <div class="modal-body" style="height:300px">
 
                    {% csrf_token %}
...
 
@@ -79,2 +83,3 @@
 
{% block extra_script %}
 
    <script src="{{ STATIC_URL }}chosen/chosen.jquery.min.js" type="text/javascript"></script>
 
    <script type="text/javascript">
...
 
@@ -85,2 +90,3 @@
 
            });
 
            $("#id_presentation").chosen();
 
        });
0 comments (0 inline, 0 general)