Commit 8103f1bbe1197e0243b7adffd7f0ad35d49275fd

Authored by Adabriand Furtado
1 parent 1aab214c
Exists in master and in 1 other branch dynamic

Videos de tutorial no Youtube adicionados.

Showing 2 changed files with 9 additions and 2 deletions   Show diff stats
view/template.html
... ... @@ -318,7 +318,14 @@
318 318 </div>
319 319 </div>
320 320 <div id="tutorial-container" class="sub-main-container">
321   - <h4>Aprenda como ajudar Ícaro.</h4>
  321 + <h4>Aprenda como ensinar uma expressão a Ícaro.</h4>
  322 + <iframe width="560" height="315"
  323 + src="http://www.youtube.com/embed/AFRxTpNJc4I?controls=2&showinfo=0">
  324 + </iframe>
  325 + <h4>Aprenda como ensinar uma configuração de mão a Ícaro.</h4>
  326 + <iframe width="560" height="315"
  327 + src="http://www.youtube.com/embed/JJV2DX8s1rg?controls=2&showinfo=0">
  328 + </iframe>
322 329 </div>
323 330 </div>
324 331  
... ...
wikilibras.py
... ... @@ -37,7 +37,7 @@ class Wikilibras:
37 37 project.info['thumbnail'] = self.config['HOST_STATIC_FILES_ENDPOINT'] + "/img/thumbnail.png"
38 38 project.info['sched'] = "incremental"
39 39 project.allow_anonymous_contributors = False
40   - #project.published = True
  40 + project.published = True
41 41 pbclient.update_project(project)
42 42  
43 43 def create_project(self):
... ...