{% extends "repo.html" %} {% set active_page = "settings" %} {% block title %} {% trans username=username, repository=repository %}Settings of {{ username }}/{{ repository }}{% endtrans %} {% endblock %} {% block content %}
{% trans %}This is the branch the application will redirect to automatically if one is not specified. Note that only branch names are supported, not other references like tags or commit hashes.{% endtrans %}
{% endblock %}