Skip to content

Commit

Permalink
Merge branch 'mes-2016-1-identifyPrivateList' into detach_super_archives
Browse files Browse the repository at this point in the history
  • Loading branch information
chaws committed Jun 7, 2016
2 parents 299be45 + c6fa7eb commit 0eceadb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions colab/accounts/templates/accounts/manage_subscriptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ <h3 class="panel-title">{{ email }}</h3>
<div class="checkbox" title="{{ list.description }}">
<label>
<input name="{{ email }}" value="{{ list.listname }}" type="checkbox" {% if checked %}checked{% endif%}>{{ list.listname }}</input>
{% if list.archive_private != 0 %}
<span class="label label-default">{% trans 'Private' %}</span>
{% endif %}
</label>
</div>
{% endfor %}
Expand Down
Binary file modified colab/locale/pt_BR/LC_MESSAGES/django.mo
Binary file not shown.
3 changes: 3 additions & 0 deletions colab/locale/pt_BR/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -756,3 +756,6 @@ msgstr "de"

msgid "Invalid email"
msgstr "E-mail inválido"

msgid "Private"
msgstr "Privada"

0 comments on commit 0eceadb

Please sign in to comment.