File: django1.5compat.patch

package info (click to toggle)
django-openid-auth 0.5-2.1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 364 kB
  • ctags: 324
  • sloc: python: 2,221; makefile: 21
file content (20 lines) | stat: -rw-r--r-- 840 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Update template for Django 1.5
Origin: commit, revision id: a.starr.b@gmail.com-20130618162848-teldgqvdg3w634dr
Author: Andrew Starr-Bochicchio <a.starr.b@gmail.com>
Last-Update: 2013-06-18
X-Bzr-Revision-Id: a.starr.b@gmail.com-20130618162848-teldgqvdg3w634dr
Bug: https://bugs.launchpad.net/django-openid-auth/+bug/1170355

=== modified file 'django_openid_auth/templates/openid/login.html'
--- old/django_openid_auth/templates/openid/login.html	2010-12-03 00:46:25 +0000
+++ new/django_openid_auth/templates/openid/login.html	2013-06-18 16:28:48 +0000
@@ -5,7 +5,7 @@
 <title>Sign in with your OpenID</title>
 <style type="text/css">
 input.openid {
-    background: url({% url openid-logo %}) no-repeat;
+    background: url({% url 'openid-logo' %}) no-repeat;
     background-position: 0 50%;
     padding-left: 16px;
 }