Skip to content
Snippets Groups Projects
Commit 29a0e6a2 authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

Corrections

parent f0c51135
No related branches found
No related tags found
1 merge request!118Resolve "Flying team location management site"
Pipeline #
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<div class="box box-info"> <div class="box box-info">
<div class="box-header with-border"> <div class="box-header with-border">
<a href="{% url 'web.views.doctors' %}" class="btn btn-block btn-default">Go back (without changes)</a> <a href="{% url 'web.views.equipment_and_rooms.flying_teams' %}" class="btn btn-block btn-default">Go back (without changes)</a>
</div> </div>
<form method="post" action="" class="form-horizontal"> <form method="post" action="" class="form-horizontal">
......
...@@ -8,7 +8,7 @@ class FlyingTeamTests(LoggedInTestCase): ...@@ -8,7 +8,7 @@ class FlyingTeamTests(LoggedInTestCase):
def test_flyingteam_requests(self): def test_flyingteam_requests(self):
pages = [ pages = [
'web.views.equipment_and_rooms.flying_teams', 'web.views.equipment_and_rooms.flying_teams',
'web.views.equipment_and_rooms.flying_teams.add', 'web.views.equipment_and_rooms.flying_teams_add',
] ]
for page in pages: for page in pages:
......
...@@ -26,7 +26,7 @@ def flying_teams(request): ...@@ -26,7 +26,7 @@ def flying_teams(request):
} }
return wrap_response(request, return wrap_response(request,
"equipment_and_rooms/flying_teams.html", "flying_teams/index.html",
context) context)
......
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