[PR #373] [MERGED] Templates cleanup #524

Closed
opened 2026-02-27 15:59:02 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (1)

📊 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 all error_messages arrays and replaced them with messages framework.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/retspen/webvirtcloud/pull/373 **Author:** [@Real-Gecko](https://github.com/Real-Gecko) **Created:** 10/15/2020 **Status:** ✅ Merged **Merged:** 10/16/2020 **Merged by:** [@catborise](https://github.com/catborise) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`01043ba`](https://github.com/retspen/webvirtcloud/commit/01043ba8a8e07423eb94c70b734442090578062e) Templates cleanup ### 📊 Changes **42 files changed** (+301 additions, -790 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description Removed unused templates, made all templates use `{% block page_heading %}`, removed all `error_messages` arrays and replaced them with `messages` framework. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:59:02 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#524
No description provided.