summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/repos_add.html
blob: 32ded5a91a3cd60236e9ffa37c004a486942e1da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{% extends 'repos.html' %}
{% import "bootstrap/wtf.html" as wtf %}

{% set sidebar_state = 'disabled' %}
{% set btn_back = true %}

{% block nav_repos %} active{% endblock %}
{% block nav_repos_details %} active{% endblock %}
{% block nav_repos_add %}active{% endblock %}
{% block content %}

<h2 class="mx-5 subhead-heading">{{_('Add repo')}}</h2>

{% include 'repo_inspector.html' %}

{% endblock %}