{% extends 'repos.html' %} {% import "bootstrap/wtf.html" as wtf %} {% set btn_back = true %} {% block nav_repos %} active{% endblock %} {% block nav_repos_details %} active{% endblock %} {% block nav_repos_update %}active{% endblock %} {% block content %}

{{_('Update repo')}}

{{ wtf.quick_form(form, action=url_for('action_repo_update'), method='post', button_map={'submit': 'primary'}, extra_classes="mx-5") }} {% endblock %}