Merge branch 'master' of ssh://git.onelab.eu/git/myslice-django
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 21 Dec 2012 14:40:47 +0000 (15:40 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 21 Dec 2012 14:40:47 +0000 (15:40 +0100)
README
plugins/templates/quickfilter.html

diff --git a/README b/README
index 54a5204..7aa08fc 100644 (file)
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ See the devel/ subdir for more devel-oriented doc.
 
 ==================== 1 minute howto
 
-* requirement is to have python + django installed django
+*  REQUIREMENTS  is to have python + django installed django
 ** should be straightforward
 ** see devel/django-install.txt in case of trouble
 
@@ -22,7 +22,7 @@ $ manage.py syncdb
 [ at this point point it *might* be needed to run
 $ make allst
  but as far as running a local server is concerned you should be good without that 
- feedbakc on this is appreciated]
+ feedback on this is appreciated]
 
 * run a local server:
 $ manage.py runserver 0.0.0.0:8000
index 736830e..491cdcb 100644 (file)
@@ -1,5 +1,4 @@
-
-<div id ='quick_filters'>
+<div id='quick-filters-{{ domid }}' class='quick-filters'>
 <table class='filters'>
     <tr>
     {% for criteria in list %}
@@ -25,4 +24,4 @@
         </td>
     </tr>
 </table>
-</div>
\ No newline at end of file
+</div>