equal
deleted
inserted
replaced
1 <html> |
1 <html> |
2 <head> |
2 <head> |
3 <title>{% block title %}PyTasks{% endblock %}</title> |
3 <title>{% block title %}PyTasks{% endblock %}</title> |
4 {% block js_script %} {% endblock %} |
4 {% block js_script %} {% endblock %} |
5 <link rel=stylesheet href="/static/css/base.css" type="text/css" > |
5 <link rel=stylesheet href="/pytask/static/css/base.css" type="text/css" > |
6 </head> |
6 </head> |
7 {% load user_tags %} |
7 {% load user_tags %} |
8 <body> |
8 <body> |
9 <div id="wrapper"> |
9 <div id="wrapper"> |
10 <div id="header"> |
10 <div id="header"> |