Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gabriel Silva Vinha
codespeed
Commits
33b2a3d6
Commit
33b2a3d6
authored
Aug 04, 2017
by
Miquel Torres
Committed by
GitHub
Aug 04, 2017
Browse files
Merge pull request #223 from tobami/remove-future-url
Don't import url template tag from future.
parents
2476fa44
957c73e0
Changes
5
Hide whitespace changes
Inline
Side-by-side
codespeed/templates/codespeed/base.html
View file @
33b2a3d6
{% load url from future %}
<!DOCTYPE html>
<html>
<head>
...
...
codespeed/templates/codespeed/changes.html
View file @
33b2a3d6
{% extends "codespeed/base_site.html" %}
{% load url from future %}
{% block title %}{{ block.super }}: Changes{% endblock %}
{% block navigation %}
...
...
codespeed/templates/codespeed/comparison.html
View file @
33b2a3d6
{% extends "codespeed/base_site.html" %}
{% load url from future %}
{% block title %}{{ block.super }}: Comparison{% endblock %}
{% block extra_head %}
...
...
codespeed/templates/codespeed/timeline.html
View file @
33b2a3d6
{% extends "codespeed/base_site.html" %}
{% load url from future %}
{% block title %}{{ block.super }}: Timeline{% endblock %}
{% block extra_head %}
...
...
sample_project/templates/home.html
View file @
33b2a3d6
{% extends "codespeed/base_site.html" %}
{% load url from future %}
{% block navigation %}
{% endblock navigation %}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment