~helipad-team/helipad/ci

« back to all changes in this revision

Viewing changes to templates/ci/job.html

  • Committer: Tarmac
  • Author(s): Chris Johnston
  • Date: 2013-10-11 13:07:46 UTC
  • mfrom: (47.1.1 ci)
  • Revision ID: tarmac-20131011130746-c7jyb2la4026kvak
Remove future proofing required prior to the Django 1.5 switch.

Approved by Francis Ginther, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{% extends "layout.html" %}
2
 
{% load url from future %}
3
2
{% load dashboard_extras %}
4
3
 
5
4
{% block page_name %}Upstream merger builds for {{ job.name }}{% endblock %}