summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/repo_details.html
blob: ee45a9727e4a67dca2f6acee62765104e8abd179 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{% 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_info %}active{% endblock %}
{% block content %}

<h1 class="m-5">{{_('Repo details')}}</h1>

{{ wtf.quick_form(form, extra_classes="mx-5") }}
{% endblock %}