diff options
author | Prashant S | 2019-02-18 16:53:11 +0530 |
---|---|---|
committer | GitHub | 2019-02-18 16:53:11 +0530 |
commit | 33b7be32d0aced65a9f4ebf9801de41e48b9abfc (patch) | |
tree | 84689cd90b66b272ef350705d58fe2ea7371a819 /static/website/templates/page.html | |
parent | b63385c838b958a5d58bccd013c4e635669ceb8a (diff) | |
parent | 7b2421c19ae723fbfff2753522b2bdd1a90316e2 (diff) | |
download | pyfoss-33b7be32d0aced65a9f4ebf9801de41e48b9abfc.tar.gz pyfoss-33b7be32d0aced65a9f4ebf9801de41e48b9abfc.tar.bz2 pyfoss-33b7be32d0aced65a9f4ebf9801de41e48b9abfc.zip |
Merge pull request #3 from Akshen/develop
Migrates from 1.5 to 1.10
Diffstat (limited to 'static/website/templates/page.html')
-rw-r--r-- | static/website/templates/page.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/static/website/templates/page.html b/static/website/templates/page.html index a13d4b1..4b54940 100644 --- a/static/website/templates/page.html +++ b/static/website/templates/page.html @@ -122,11 +122,11 @@ <div class="panel-heading"> <h4 class="panel-title"> <a data-toggle="collapse" data-parent="#accordion" href="#collapsestats"> - Python Workshop Statistics + Workshops Completed </a> </h4> </div> - <div id="collapsestats" class="panel-collapse collapse in"> + <div id="collapsestats" class="panel-collapse collapse"> <div class="panel-body"> <p> <table id= "statstable" class="tablesorter table table table-striped table-hover"> @@ -274,8 +274,7 @@ <script src="{% static 'website/js/jquery.min.js' %}"></script> <script src="{% static 'website/js/bootstrap.min.js' %}"></script> <script src="{% static 'website/js/lightbox.min.js' %}"></script> - <!--<script src="{% static 'website/js/nice-bar.js' %}"></script>--> -<!-- Piwik --> +< !--Piwik-- > <script type="text/javascript"> var _paq = _paq || []; _paq.push(['trackPageView']); |