{% extends 'base.html' %} {% block pagecontent %}
{% raw flash_messages %}

Delete your LCC-Server account

{% module xsrf_form_html() %}

By deleting your account, you will lose access to all of your datasets that were set to private, as well as all product files associated with them.

There is no undo button.

{% end %} {% block pagejs %} $(document).ready(function() { $('#user-delete-form').on('submit', function (evt) { // clear user's apikeys from localStorage so they don't show up again localStorage.clear(); }); }); {% end %}