Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
base
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel.werder committed Oct 11, 2019
1 parent 5860c24 commit a130e13
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 48 deletions.
17 changes: 10 additions & 7 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions cronjob/forms/cronjob/cronresetpasswordform.py

This file was deleted.

17 changes: 0 additions & 17 deletions cronjob/templates/cronjob/cronresetpassword.html

This file was deleted.

1 change: 0 additions & 1 deletion cronjob/templates/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<div class="box_link">{{ user.username }}</div>
<a class="box_link" href="{% url 'cronjob:userLogout' %}">Logout</a>
{% else %}
<a class="box_link" href="{% url 'cronjob:resetPassword' %}">Reset Password</a>
<a class="box_link" href="{% url 'cronjob:userLogin' %}">Login</a>
<a class="box_link" href="{% url 'cronjob:register' %}">Sign in</a>
{% endif %}
Expand Down
3 changes: 1 addition & 2 deletions cronjob/urls.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from django.urls import path
from .views import cronjobview, cronloginview, cronhomeview, cronregisterview, cronlogoutview, cronresetpassword
from .views import cronjobview, cronloginview, cronhomeview, cronregisterview, cronlogoutview


app_name = 'cronjob'
Expand All @@ -9,5 +9,4 @@
path('create/', cronjobview.createCronJob, name='createCronJob'),
path('login/', cronloginview.userLogin, name='userLogin'),
path('register/', cronregisterview.register, name='register'),
path('reset/', cronresetpassword.resetPassword, name='resetPassword'),
]
16 changes: 0 additions & 16 deletions cronjob/views/cronresetpassword.py

This file was deleted.

Binary file modified db.sqlite3
Binary file not shown.

0 comments on commit a130e13

Please sign in to comment.