File tree 5 files changed +3
-5
lines changed
codespeed/templates/codespeed
5 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
- {% load url from future %}
2
1
<!DOCTYPE html>
3
2
< html >
4
3
< head >
Original file line number Diff line number Diff line change 1
1
{% extends "codespeed/base_site.html" %}
2
- {% load url from future %}
2
+
3
3
{% block title %}{{ block.super }}: Changes{% endblock %}
4
4
5
5
{% block navigation %}
Original file line number Diff line number Diff line change 1
1
{% extends "codespeed/base_site.html" %}
2
- {% load url from future %}
2
+
3
3
{% block title %}{{ block.super }}: Comparison{% endblock %}
4
4
5
5
{% block extra_head %}
Original file line number Diff line number Diff line change 1
1
{% extends "codespeed/base_site.html" %}
2
- {% load url from future %}
2
+
3
3
{% block title %}{{ block.super }}: Timeline{% endblock %}
4
4
5
5
{% block extra_head %}
Original file line number Diff line number Diff line change 1
1
{% extends "codespeed/base_site.html" %}
2
- {% load url from future %}
3
2
4
3
{% block navigation %}
5
4
{% endblock navigation %}
You can’t perform that action at this time.
0 commit comments