Done
This commit is contained in:
parent
113b484542
commit
6fc3d23e07
|
|
@ -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 %}"
|
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue