{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load static %} {% load django_bootstrap5 %} {% block title %}Change document shepherd for {{ doc.name }}-{{ doc.rev }}{% endblock %} {% block pagehead %}{{ form.media.css }}{% endblock %} {% block content %} {% origin %}
The shepherd needs to have a Datatracker account. A new account can be created here.
{% endblock %} {% block js %}{{ form.media.js }}{% endblock %}