Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:pinax/pinax
Browse files Browse the repository at this point in the history
  • Loading branch information
pydanny committed Feb 22, 2010
2 parents b6ff35e + c2ee991 commit 85cefba
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
5 changes: 3 additions & 2 deletions pinax/locale/de/LC_MESSAGES/django.po
Expand Up @@ -109,7 +109,7 @@ msgstr "Passwort ändern"
#: templates/default/account/password_set.html:6
#: templates/default/account/password_set.html:9
msgid "Set Password"
msgstr ""
msgstr "Set Password"

#: templates/default/account/base.html:19
#: templates/default/account/password_delete.html:5
Expand Down Expand Up @@ -163,8 +163,9 @@ msgid "remove"
msgstr "entfernen"

#: templates/default/account/email.html:60
#, fuzzy
msgid "None"
msgstr ""
msgstr "Keine"

#: templates/default/account/email.html:60
msgid "You should really add one so you can receive notifications, reset your password if you forget it, etc."
Expand Down
1 change: 1 addition & 0 deletions pinax/projects/intranet_project/settings.py
Expand Up @@ -234,6 +234,7 @@
r"^/account/password_reset",
r"^/account/confirm_email",
r"^/openid",
r"^/__debug__",
]

DEBUG_TOOLBAR_CONFIG = {
Expand Down
1 change: 1 addition & 0 deletions pinax/projects/private_beta_project/settings.py
Expand Up @@ -223,6 +223,7 @@
r"^/account/confirm_email",
r"/openid",
r"^/waitinglist",
r"^/__debug__",
]

DEBUG_TOOLBAR_CONFIG = {
Expand Down
2 changes: 1 addition & 1 deletion pinax/projects/social_project/requirements.txt
Expand Up @@ -15,7 +15,7 @@ python-yadis==1.1.0
simplejson==2.0.9
textile==2.1.3
vobject==0.8.1c
BeautifulSoup==3.0.7a

ybrowserauth==1.2
Markdown==2.0.1
diff-match-patch==20090804
Expand Down
4 changes: 2 additions & 2 deletions pinax/templates/default/account/signup.html
Expand Up @@ -17,7 +17,7 @@ <h1>{% trans "Sign Up" %}</h1>
{% csrf_token %}
<fieldset class="inlineLabels">
{{ form|as_uni_form }}
<div class="form_block">
<div class="form_block">
<input type="submit" value="{% trans "Sign Up &raquo;" %}" />
</div>
</fieldset>
Expand Down Expand Up @@ -45,4 +45,4 @@ <h1>{% trans "Sign Up" %}</h1>
$("#id_username").focus();
});
</script>
{% endblock %}
{% endblock %}
2 changes: 1 addition & 1 deletion requirements/0.9alpha1/release.txt
Expand Up @@ -12,7 +12,7 @@ pytz==2009u
simplejson==2.0.9
textile==2.1.3
vobject==0.8.1c
BeautifulSoup==3.0.7a

Markdown==2.0.1
ybrowserauth==1.2
geopy==0.93dev-r0
Expand Down
1 change: 0 additions & 1 deletion requirements/libs.txt
Expand Up @@ -14,7 +14,6 @@ pytz==2009u
simplejson==2.0.9
textile==2.1.3
vobject==0.8.1c
BeautifulSoup==3.0.7a
Markdown==2.0.1
ybrowserauth==1.2
geopy==0.93dev-r0
Expand Down

0 comments on commit 85cefba

Please sign in to comment.