Commit 47e39346 by Őry Máté

school: temporarily disable admin add fields

parent 3cd384b3
......@@ -101,8 +101,8 @@
<div class="summary" id="new-owner">
<div class="name">{% trans "Add owner" %}</div>
<div id="new-owner-form">
<input type="text" placeholder="{% trans "Owner name/NEPTUN" %}" />
<input type="submit" value="{% trans "Add owner" %}" data-id="{{group.id}}"/>
<input type="text" placeholder="{% trans "Owner name/NEPTUN" %}" disabled="disabled" />
<input type="submit" value="{% trans "Add owner" %}" data-id="{{group.id}}" disabled="disabled" />
</div>
<div class="clear"></div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment