{% extends "base.html" %} {% block title %}Upload User Certificate{% endblock title %} {% block content %}

Upload certificate and key for {{ curr_user.username }}

If you proceed you will overwrite any existing previous certificate and keys. You will not be able to access slices that you have previously created.

{% csrf_token %} {{ form.as_table }}
Cancel
{% endblock content %}