Skip to content

Commit

Permalink
Hint for upload
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Mar 30, 2012
1 parent a94af85 commit ce8dcd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions html/dictionary.html
Expand Up @@ -66,6 +66,8 @@ <h2>{% trans "Add new word" %}</h2>
{% if perms.trans.upload_dictionary %}
<h2>{% trans "Import dictionary" %}</h2>

<p>{% trans "You can upload any format which is understood by Translate Toolkit for example csv or po file." %}</p>

<form action="{% url 'trans.views.upload_dictionary' project=project.slug lang=language.code %}" method="post" enctype="multipart/form-data">
{% csrf_token %}
<table>
Expand Down

0 comments on commit ce8dcd6

Please sign in to comment.