Commit c7773e5a by Ricardo Kirkner

use future-proof url tag syntax

parent 54bc5e25
{% load i18n %} {% load i18n %}
{% load url from future %}
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html> <html>
<head> <head>
<title>Sign in with your OpenID</title> <title>Sign in with your OpenID</title>
<style type="text/css"> <style type="text/css">
input.openid { input.openid {
background: url({% url openid-logo %}) no-repeat; background: url({% url 'openid-logo' %}) no-repeat;
background-position: 0 50%; background-position: 0 50%;
padding-left: 16px; padding-left: 16px;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment