From c6f276c9a0f2f8f9046f5ea97e9dc86814b713a8 Mon Sep 17 00:00:00 2001 From: Matheus Figueiredo Date: Fri, 26 Jul 2013 11:45:20 -0300 Subject: [PATCH] Adding style to planet's submit form --- src/planet/locale/pt_BR/LC_MESSAGES/django.po | 48 ++++++++++++++++++++++++++++++++++++++++++------ src/planet/templates/feedzilla/submit_blog.html | 13 ++++++++++--- 2 files changed, 52 insertions(+), 9 deletions(-) diff --git a/src/planet/locale/pt_BR/LC_MESSAGES/django.po b/src/planet/locale/pt_BR/LC_MESSAGES/django.po index 086aa54..5cf7af9 100644 --- a/src/planet/locale/pt_BR/LC_MESSAGES/django.po +++ b/src/planet/locale/pt_BR/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-07-24 18:36-0300\n" +"POT-Creation-Date: 2013-07-26 11:28-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -41,7 +41,7 @@ msgstr "Ler original" msgid "Planet" msgstr "Planet" -#: templates/feedzilla/base.html:15 +#: templates/feedzilla/base.html:15 templates/feedzilla/submit_blog.html:5 msgid "Submit a blog" msgstr "Solicite a inclusão de um blog" @@ -53,6 +53,46 @@ msgstr "Tags" msgid "Source Blogs" msgstr "Blogs Fonte" +#: templates/feedzilla/submit_blog.html:8 +msgid "" +"Thank you. Your application has been accepted and will be reviewed by admin " +"in the near time." +msgstr "" + +#: templates/feedzilla/submit_blog.html:10 +msgid "Required fields" +msgstr "" + +#: templates/feedzilla/submit_blog.html:14 +msgid "Blog Information" +msgstr "Informações do blog" + +#: templates/feedzilla/submit_blog.html:15 +msgid "Blog URL" +msgstr "" + +#: templates/feedzilla/submit_blog.html:16 +#, fuzzy +msgid "Blog name" +msgstr "Blogs" + +#: templates/feedzilla/submit_blog.html:17 +msgid "Name of author of the blog" +msgstr "" + +#: templates/feedzilla/submit_blog.html:18 +msgid "Feed URL" +msgstr "" + +#: templates/feedzilla/submit_blog.html:18 +msgid "You can specify what exactly feed you want submit" +msgstr "" + +#: templates/feedzilla/submit_blog.html:19 +#, fuzzy +msgid "Submit" +msgstr "Solicite a inclusão de um blog" + #: templates/feedzilla/tag.html:5 #, python-format msgid "Posts with «%(tag)s» label" @@ -61,7 +101,3 @@ msgstr "" #: templates/feedzilla/tag.html:14 msgid "No posts with such label" msgstr "" - -#, fuzzy -#~ msgid "Blogs fonte" -#~ msgstr "Blogs" diff --git a/src/planet/templates/feedzilla/submit_blog.html b/src/planet/templates/feedzilla/submit_blog.html index 209c986..636d5bf 100644 --- a/src/planet/templates/feedzilla/submit_blog.html +++ b/src/planet/templates/feedzilla/submit_blog.html @@ -7,10 +7,17 @@ {% if success %}

{% trans "Thank you. Your application has been accepted and will be reviewed by admin in the near time." %}

{% else %} -
+

+ {% csrf_token %} - {{ form.as_p }} -

+
+ {% trans "Blog Information" %} +


+


+


+



{% trans "You can specify what exactly feed you want submit" %}

+

+
{% endif %} {% endblock %} -- libgit2 0.21.2