[PR #174] [MERGED] template improvements #399

Closed
opened 2026-02-26 10:31:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nsupdate-info/nsupdate.info/pull/174
Author: @elnappo
Created: 10/28/2014
Status: Merged
Merged: 10/28/2014
Merged by: @ThomasWaldmann

Base: masterHead: master


📝 Commits (7)

  • 06cbd2f use naturaltime in overview
  • 886919a change col-layout from large to medium in about template
  • b617396 make registration views prettier (fix missing trans, layout improvments and code cleanup) #119
  • c943728 minor login template cleanup
  • a3f7fe9 login and password change layout improvements
  • a1cfc6a update django to 1.7.1 in .travis.yml
  • a5b6d7b update django to 1.7.1

📊 Changes

16 files changed (+62 additions, -73 deletions)

View changed files

📝 .travis.yml (+3 -3)
📝 nsupdate/accounts/templates/registration/activate.html (+6 -5)
📝 nsupdate/accounts/templates/registration/activation_complete.html (+5 -5)
📝 nsupdate/accounts/templates/registration/registration_complete.html (+4 -4)
📝 nsupdate/accounts/templates/registration/registration_form.html (+8 -6)
📝 nsupdate/login/templates/login.html (+4 -5)
📝 nsupdate/login/templates/logout.html (+1 -0)
📝 nsupdate/login/templates/password_change_done.html (+4 -6)
📝 nsupdate/login/templates/password_reset.html (+3 -5)
📝 nsupdate/login/templates/password_reset_complete.html (+0 -2)
📝 nsupdate/login/templates/password_reset_confirm.html (+13 -20)
📝 nsupdate/login/templates/password_reset_done.html (+0 -2)
📝 nsupdate/main/templates/main/about.html (+6 -6)
📝 nsupdate/main/templates/main/overview.html (+3 -3)
📝 nsupdate/settings/base.py (+1 -0)
📝 requirements.d/all.txt (+1 -1)

📄 Description

fix #87 #119


🔄 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/nsupdate-info/nsupdate.info/pull/174 **Author:** [@elnappo](https://github.com/elnappo) **Created:** 10/28/2014 **Status:** ✅ Merged **Merged:** 10/28/2014 **Merged by:** [@ThomasWaldmann](https://github.com/ThomasWaldmann) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (7) - [`06cbd2f`](https://github.com/nsupdate-info/nsupdate.info/commit/06cbd2f6b0267283301d4e309e5ba4ed4179b387) use naturaltime in overview - [`886919a`](https://github.com/nsupdate-info/nsupdate.info/commit/886919ac83d091d26e078c10531cfdc3cee73625) change col-layout from large to medium in about template - [`b617396`](https://github.com/nsupdate-info/nsupdate.info/commit/b617396f2a77a5c773c5c8462a826c1d471165ff) make registration views prettier (fix missing trans, layout improvments and code cleanup) #119 - [`c943728`](https://github.com/nsupdate-info/nsupdate.info/commit/c943728d0049ca7a341cc473c450e16816083b23) minor login template cleanup - [`a3f7fe9`](https://github.com/nsupdate-info/nsupdate.info/commit/a3f7fe905d3f2438077c6279149993f9f22c3ecf) login and password change layout improvements - [`a1cfc6a`](https://github.com/nsupdate-info/nsupdate.info/commit/a1cfc6a0b505e83c3178bc97762a76412d9f437e) update django to 1.7.1 in .travis.yml - [`a5b6d7b`](https://github.com/nsupdate-info/nsupdate.info/commit/a5b6d7be086879f85802d503a529c4d25b9015b0) update django to 1.7.1 ### 📊 Changes **16 files changed** (+62 additions, -73 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+3 -3) 📝 `nsupdate/accounts/templates/registration/activate.html` (+6 -5) 📝 `nsupdate/accounts/templates/registration/activation_complete.html` (+5 -5) 📝 `nsupdate/accounts/templates/registration/registration_complete.html` (+4 -4) 📝 `nsupdate/accounts/templates/registration/registration_form.html` (+8 -6) 📝 `nsupdate/login/templates/login.html` (+4 -5) 📝 `nsupdate/login/templates/logout.html` (+1 -0) 📝 `nsupdate/login/templates/password_change_done.html` (+4 -6) 📝 `nsupdate/login/templates/password_reset.html` (+3 -5) 📝 `nsupdate/login/templates/password_reset_complete.html` (+0 -2) 📝 `nsupdate/login/templates/password_reset_confirm.html` (+13 -20) 📝 `nsupdate/login/templates/password_reset_done.html` (+0 -2) 📝 `nsupdate/main/templates/main/about.html` (+6 -6) 📝 `nsupdate/main/templates/main/overview.html` (+3 -3) 📝 `nsupdate/settings/base.py` (+1 -0) 📝 `requirements.d/all.txt` (+1 -1) </details> ### 📄 Description fix #87 #119 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 10:31:20 +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/nsupdate.info-nsupdate-info#399
No description provided.