mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 07:25:53 +03:00
[PR #373] [MERGED] Templates cleanup #524
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#524
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/retspen/webvirtcloud/pull/373
Author: @Real-Gecko
Created: 10/15/2020
Status: ✅ Merged
Merged: 10/16/2020
Merged by: @catborise
Base:
master← Head:master📝 Commits (1)
01043baTemplates cleanup📊 Changes
42 files changed (+301 additions, -790 deletions)
View changed files
📝
accounts/templates/account.html(+3 -3)➖
accounts/templates/accounts-list.html(+0 -175)➖
accounts/templates/accounts.html(+0 -151)➖
accounts/templates/create_user_block.html(+0 -38)📝
accounts/templates/profile.html(+1 -1)📝
admin/__init__.py(+1 -0)➖
admin/templates/admin/common/list.html(+0 -28)📝
admin/templates/admin/group_list.html(+0 -1)📝
admin/templates/admin/logs.html(+38 -45)📝
admin/templates/admin/user_form.html(+5 -8)📝
admin/templates/admin/user_list.html(+14 -13)📝
appsettings/templates/appsettings.html(+67 -73)📝
appsettings/views.py(+11 -14)📝
computes/forms.py(+3 -2)📝
computes/templates/computes/instances.html(+3 -3)📝
computes/templates/computes/list.html(+0 -1)📝
computes/templates/overview.html(+13 -13)📝
instances/templates/allinstances.html(+3 -3)📝
instances/templates/create_instance_w1.html(+5 -11)📝
instances/templates/create_instance_w2.html(+6 -11)...and 22 more files
📄 Description
Removed unused templates, made all templates use
{% block page_heading %}, removed allerror_messagesarrays and replaced them withmessagesframework.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.