diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index 2ed2687..79e8bb0 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,6 +1,7 @@ <html> <head> <title>{% block title %}PyTasks{% endblock %}</title> + {% block js_script %} {% endblock %} <style type="text/css"> body { font-family: Verdana, Arial, Helvetica, sans-serif; |