mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-12 17:10:41 +00:00
Cleanup of tests to push into live system
This commit is contained in:
@ -42,7 +42,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col s12" id="social">
|
||||
{# <div class="col s12" id="social">
|
||||
<h3>Social</h3>
|
||||
<div class="card">
|
||||
<div class="card-content">
|
||||
@ -57,16 +57,10 @@
|
||||
<p>Find public corpora</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> #}
|
||||
<div class="fixed-action-btn direction-top active" style="bottom:45px; right:24px;">
|
||||
<a id="news-feature-discovery" class="waves-effect waves-light btn btn-floating"><i class="material-icons">mail</i></a>
|
||||
</div>
|
||||
<div class="tap-target" data-target="news-feature-discovery" style="background-color:#1A5C89">
|
||||
<div class="tap-target-content">
|
||||
<h5>Title</h5>
|
||||
<p>A bunch of text</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock page_content %}
|
||||
@ -122,10 +116,10 @@
|
||||
</div>
|
||||
{% endblock modals %}
|
||||
|
||||
{% block scripts %}
|
||||
{# {% block scripts %}
|
||||
{{ super() }}
|
||||
<script>
|
||||
let publicUserList = new PublicUserList(document.querySelector('.public-user-list'));
|
||||
publicUserList.add({{ users|tojson }});
|
||||
</script>
|
||||
{% endblock scripts %}
|
||||
{% endblock scripts %} #}
|
||||
|
Reference in New Issue
Block a user