From: Ɓukasz Anwajler Date: Wed, 23 Feb 2011 23:52:12 +0000 (-0800) Subject: OAuth Token authorization template with mobile viewport X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/01b8b71fed25c46c1af1a4d5b2dc70ccda6ff8f4?ds=inline;hp=-c OAuth Token authorization template with mobile viewport --- 01b8b71fed25c46c1af1a4d5b2dc70ccda6ff8f4 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