1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-12-25 15:45:23 +00:00

Moved admin/common/form.html to project templates

This commit is contained in:
Real-Gecko 2020-06-16 18:04:37 +06:00
parent d9785e397b
commit 1a3cc36ada
3 changed files with 7 additions and 3 deletions

View file

@ -33,7 +33,7 @@ def group_create(request):
return render( return render(
request, request,
'admin/common/form.html', 'common/form.html',
{ {
'form': form, 'form': form,
'title': _('Create Group'), 'title': _('Create Group'),
@ -51,7 +51,7 @@ def group_update(request, pk):
return render( return render(
request, request,
'admin/common/form.html', 'common/form.html',
{ {
'form': form, 'form': form,
'title': _('Update Group'), 'title': _('Update Group'),

View file

@ -169,3 +169,7 @@ p {
vertical-align: middle; vertical-align: middle;
} }
/* remove ugly dotted outline on tabs */
a {
outline: 0;
}

View file

@ -3,7 +3,7 @@
{% load icons %} {% load icons %}
{% load i18n %} {% load i18n %}
{% block title %}{% trans "User" %}{% endblock %} {% block title %}{{ title }}{% endblock %}
{% block content %} {% block content %}
<div class="row"> <div class="row">