]> git.parisson.com Git - teleforma.git/commitdiff
Fix module header
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 9 Jan 2017 23:20:50 +0000 (00:20 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 9 Jan 2017 23:21:06 +0000 (00:21 +0100)
teleforma/models/core.py
teleforma/models/crfpa.py
teleforma/static/teleforma/css/teleforma.css
teleforma/views/core.py

index c9d3f249a60cafb683f15a830d4cae6a913ffc79..a6a92d60561851e1055203e9d8f9bcd38add4102 100644 (file)
@@ -3,7 +3,7 @@
 """
    teleforma
 
-   Copyright (c) 2006-2012 Guillaume Pellerin <yomguy@parisson.com>
+   Copyright (c) 2012-2017 Guillaume Pellerin <yomguy@parisson.com>
 
 # This software is governed by the CeCILL  license under French law and
 # abiding by the rules of distribution of free software.  You can  use,
index 640e0dad4e0d1f3319b0b5407d450af4103e237e..cb30c5af2882e94dc8945a3c378b944d8150b7a7 100644 (file)
@@ -3,7 +3,7 @@
 """
    teleforma
 
-   Copyright (c) 2006-2012 Guillaume Pellerin <yomguy@parisson.com>
+   Copyright (c) 2012-2017 Guillaume Pellerin <yomguy@parisson.com>
 
 # This software is governed by the CeCILL  license under French law and
 # abiding by the rules of distribution of free software.  You can  use,
index 46c7741bcf2c3c8fdb2adef14eed7f2c0878509c..cdceea7ea358f3a719d34a538d98cd3ae0478dfb 100644 (file)
@@ -1380,7 +1380,7 @@ input,textarea{
 
 #module-set-left .module {
         border: 1px solid #000;
-        background: repeat-x repeat-y url(/static/telemeta/images/tw_hd.png) 0 0;
+        background: repeat url(/static/telemeta/images/tw_hd.png) 0 0;
         padding: 0.2em;
         margin: 0em 0em 1.5em 0em;
         -moz-border-radius: 8px 0px 11px 11px;
index a4f6ca2dd3c0c9414ea7c4f14588fe08b6378451..380e5d4f1884008c542758394382fccc5829b746 100644 (file)
@@ -730,7 +730,6 @@ class ProfessorListView(View):
         return [p.to_json_dict() for p in professors]
 
     def pull(request, host=None):
-
         if host:
             url = 'http://' + host + '/json/'
         else: