Skip to content
Snippets Groups Projects
Commit 87d65e08 authored by Johanna Lindquist's avatar Johanna Lindquist
Browse files

fixed add_employee.html

parent 015b1b66
No related branches found
No related tags found
7 merge requests!33Mark migrations as generated files,!26Feature/setup html pages,!25Feature/setup html pages,!24Feature/setup html pages,!23Feature/setup html pages,!19Feature/setup html pages,!17Feature/setup html pages
...@@ -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 -->
......
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment