Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove reference to redundant ie.css file removed in Django 1.9.2 #45

Closed
wants to merge 3 commits into from
Closed

Commits on Feb 3, 2016

  1. Configuration menu
    Copy the full SHA
    91dcd71 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2016

  1. Readded ie.css stylesheet behind a conditional django version check

    IE.css was removed as of 1.9.2; the new template tag checks against this version before writing the link to it into the template.
    
    Signed-off-by: Philip Belesky <contact@philipbelesky.com>
    philipbelesky committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    e5d616c View commit details
    Browse the repository at this point in the history
  2. Oops — conditional check should be an assignment tag

    Signed-off-by: Philip Belesky <contact@philipbelesky.com>
    philipbelesky committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    f496ebe View commit details
    Browse the repository at this point in the history