Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Medarbetarpuls
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fares Espiro
Medarbetarpuls
Commits
87d65e08
Commit
87d65e08
authored
2 weeks ago
by
Johanna Lindquist
Browse files
Options
Downloads
Patches
Plain Diff
fixed add_employee.html
parent
015b1b66
No related branches found
No related tags found
7 merge requests
!33
Mark migrations as generated files
,
!26
Feature/setup html pages
,
!25
Feature/setup html pages
,
!24
Feature/setup html pages
,
!23
Feature/setup html pages
,
!19
Feature/setup html pages
,
!17
Feature/setup html pages
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Medarbetarpuls/medarbetarapp/templates/add_employee.html
+5
-1
5 additions, 1 deletion
Medarbetarpuls/medarbetarapp/templates/add_employee.html
Medarbetarpuls/medarbetarapp/views.py
+1
-2
1 addition, 2 deletions
Medarbetarpuls/medarbetarapp/views.py
with
6 additions
and
3 deletions
Medarbetarpuls/medarbetarapp/templates/add_employee.html
+
5
−
1
View file @
87d65e08
...
@@ -14,7 +14,11 @@
...
@@ -14,7 +14,11 @@
class=
"go-back-button"
class=
"go-back-button"
onclick=
"window.location.href='{% url 'my_org' %}'"
onclick=
"window.location.href='{% url 'my_org' %}'"
>
>
<img
src=
"{% static 'go-back-btn.png' %}"
alt=
"Go Back"
class=
"back-icon"
/>
<img
src=
"{% static 'go-back-btn.png' %}"
alt=
"Go Back"
class=
"back-icon"
/>
</button>
</button>
<h1>
Lägg till medarbetare i
<br
/>
{{organization.name}}
</h1>
<h1>
Lägg till medarbetare i
<br
/>
{{organization.name}}
</h1>
<!-- This form sends the input data to the server using a POST request -->
<!-- This form sends the input data to the server using a POST request -->
...
...
This diff is collapsed.
Click to expand it.
Medarbetarpuls/medarbetarapp/views.py
+
1
−
2
View file @
87d65e08
...
@@ -273,8 +273,7 @@ def settings_user_view(request):
...
@@ -273,8 +273,7 @@ def settings_user_view(request):
def
start_admin_view
(
request
):
def
start_admin_view
(
request
):
return
render
(
return
render
(
request
,
request
,
"
start_admin.html
"
"
start_admin.html
"
)
# Fix so only works if the user is actually an admin
)
# Fix so only works if the user is actually an admin
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment