Commit f2a936b5 by Őry Máté

webui: remove teacher functions if no share quota

parent 266d863e
...@@ -107,9 +107,12 @@ ...@@ -107,9 +107,12 @@
</div> </div>
{% endif %} {% endif %}
{% endfor %} {% endfor %}
{% include "box-templatelist.html" %}
{% include "box-grouplist.html" %} {% if userdetails.share_quota %}
{% include "box-templatelist.html" %}
{% include "box-grouplist.html" %}
{% endif %}
</div> </div>
{% include "box-filelist.html" %} {% include "box-filelist.html" %}
{% endblock %} {% endblock %}
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