mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 08:35:56 +03:00
[PR #126] [MERGED] some improvements #394
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#394
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/nsupdate-info/nsupdate.info/pull/126
Author: @elnappo
Created: 12/29/2013
Status: ✅ Merged
Merged: 1/15/2014
Merged by: @ThomasWaldmann
Base:
master← Head:master📝 Commits (10+)
924b9adadd ModelAdmin for DomainAdmin, HostAdmin and BlacklistedDomainAdmin47900fflayout0dc403achange some links, move jquery to bottom and add some trans strings7bc356aadd registration urls. fixes django 1.6 and django-registration issueffaa19aadd nsupdate.login app73e37dauses nsupdate.login urls and fixed registration url in nsupdate.accounts41de0bbdont need this fix anymore but need a fix for django-registration and python 310c0247add nsupdate.login43622abremove login, password_change and password_reset template from old location1b2644cchange grid layout form col-lg to col-md for better layout📊 Changes
31 files changed (+310 additions, -262 deletions)
View changed files
➖
django-registration-dj16-fix.diff(+0 -39)📝
nsupdate/accounts/templates/accounts/user_profile.html(+14 -12)➖
nsupdate/accounts/templates/registration/login.html(+0 -48)➖
nsupdate/accounts/templates/registration/password_change.html(+0 -15)➖
nsupdate/accounts/templates/registration/password_change_done.html(+0 -7)➖
nsupdate/accounts/templates/registration/password_reset_complete.html(+0 -6)➖
nsupdate/accounts/templates/registration/password_reset_confirm.html(+0 -12)➖
nsupdate/accounts/templates/registration/password_reset_done.html(+0 -9)➖
nsupdate/accounts/templates/registration/password_reset_email.html(+0 -17)➖
nsupdate/accounts/templates/registration/password_reset_form.html(+0 -13)📝
nsupdate/accounts/templates/registration/registration_form.html(+10 -7)📝
nsupdate/accounts/urls.py(+25 -1)➕
nsupdate/login/__init__.py(+0 -0)➕
nsupdate/login/templates/login.html(+49 -0)➕
nsupdate/login/templates/logout.html(+11 -0)➕
nsupdate/login/templates/password_change.html(+21 -0)➕
nsupdate/login/templates/password_change_done.html(+10 -0)➕
nsupdate/login/templates/password_reset.html(+26 -0)➕
nsupdate/login/templates/password_reset_complete.html(+11 -0)➕
nsupdate/login/templates/password_reset_confirm.html(+31 -0)...and 11 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.