This commit is contained in:
holger.trampe 2021-03-28 17:43:46 +02:00
parent 113b484542
commit 6fc3d23e07
1 changed files with 1 additions and 5 deletions

View File

@ -47,9 +47,6 @@
</div> </div>
<!-- TODO: Hier noch ein Feld machen, bei dem ein User auf alle Felder übertragen werden kann! -->
{% for s in standards_to_change %} {% for s in standards_to_change %}
<hr> <hr>
<h5> <h5>
@ -165,8 +162,7 @@
<script type="text/javascript"> <script type="text/javascript">
//Auto-Download the file //Auto-Download the file
$(document).ready(function(){ $(document).ready(function(){
// TODO: Hier auto-Download wieder aktivieren! location.href = "{% url 'users-delete-getdata' user.pk %}"
//location.href = "{% url 'users-delete-getdata' user.pk %}"
}) })