diff options
Diffstat (limited to 'ogcp/templates/actions/repos_details.html')
-rw-r--r-- | ogcp/templates/actions/repos_details.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/ogcp/templates/actions/repos_details.html b/ogcp/templates/actions/repos_details.html deleted file mode 100644 index 2768492..0000000 --- a/ogcp/templates/actions/repos_details.html +++ /dev/null @@ -1,17 +0,0 @@ -{% 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_add %}active{% endblock %} -{% block content %} - -<h1 class="m-5">{{_('Repo details')}}</h1> - -{{ wtf.quick_form(form, - action=url_for('repo_add_post'), - method='post', - button_map={'submit': 'primary'}, - extra_classes="mx-5") }} -{% endblock %} |