Commit d46d698890af5f922bb17d40f1788042b9ec3d60

Authored by ailsoncgt
1 parent 4657b5ff

Block script to file #132

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
core/templates/base.html
... ... @@ -116,6 +116,9 @@
116 116 </div>
117 117 <script src="{% static 'js/main.js' %}"></script>
118 118 <script type="text/javascript" src="{% static 'js/topic_editation_presentation.js' %}"></script>
  119 + {% block script_file %}
  120 +
  121 + {% endblock script_file %}
119 122 </body>
120 123  
121 124 </html>
... ...