{% extends "pobsync_backend/base.html" %} {% block title %}Generate SSH Key | pobsync{% endblock %} {% block content %}

Create Key Pair

{% csrf_token %} {{ form.non_field_errors }} {% for field in form %}
{{ field.errors }} {{ field }} {% if field.help_text %}
{{ field.help_text }}
{% endif %}
{% endfor %}
Cancel
{% endblock %}