Commit 915b67fc6a0d639cfd8905d2cfac595d67aff0dd

Authored by Tomasz Bartosiak
1 parent 9c85d246

enter lemmas 3

semantics/templates/semantics.html
... ... @@ -96,7 +96,7 @@
96 96 </ul>
97 97 <div id="select_meanings">
98 98 <button type="button" onclick="openMeaningsMenu()" id="create">Modyfikuj</button>
99   - {% if perms.lemma.enter_lemmas %}
  99 + {% if perms.dictionary.enter_lemmas %}
100 100 <button type="button" onclick="createMeaningsManuallyMenu()" id="create">Dodaj ręcznie</button>
101 101 {% endif %}
102 102 </div>
... ...