From 01b8b71fed25c46c1af1a4d5b2dc70ccda6ff8f4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=81ukasz=20Anwajler?= Date: Wed, 23 Feb 2011 15:52:12 -0800 Subject: [PATCH] OAuth Token authorization template with mobile viewport --- apps/piston/templates/piston/authorize_token.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/apps/piston/templates/piston/authorize_token.html b/apps/piston/templates/piston/authorize_token.html index 59c09e331..d3ec588e4 100644 --- a/apps/piston/templates/piston/authorize_token.html +++ b/apps/piston/templates/piston/authorize_token.html @@ -1,15 +1,17 @@ +{% load i18n %} - Authorize Token + {% trans "Authorize Token" %} + + -

Authorize Token

- -
+

WolneLektury.pl - {% trans "Authorize Token" %}

+ {{ form.as_table }} +
- - + \ No newline at end of file -- 2.20.1