~helipad-team/helipad/graphics

« back to all changes in this revision

Viewing changes to templates/graphics/openarena.html

  • Committer: Tarmac
  • Author(s): Chris Johnston
  • Date: 2013-10-11 13:06:58 UTC
  • mfrom: (34.1.1 graphics)
  • Revision ID: tarmac-20131011130658-gby3w9024asx91u0
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 "graphics/graphics_layout.html" %}
2
2
{% load dashboard_extras staticfiles %}
3
 
{% load url from future %}
4
 
 
5
3
 
6
4
{% block page_name %}Openarena graphics benchmarking for xmir{% endblock %}
7
5