Skip to content

Commit

Permalink
Tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
amanning9 committed Nov 13, 2024
1 parent faeb431 commit a485d7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h4 class="card-title">Application Details</h4>
<div class="col-md-2">Applicant</div>
<div class="col-md-4">{{ object.access.user.first_name }} {{ object.access.user.last_name }} (<code>{{ object.access.user.username }}</code>) <br />{{ object.access.user.email }}</div>
<div class="col-md-2">Affiliation</div>
<div class="col-md-4">{{ object.access.user.discipline }}<br>{{ object.access.user.institution }} {{ object.access.user.degree }}</div>
<div class="col-md-4">{{ object.access.user.discipline }}<br>{{ object.access.user.institution }}<br>{{ object.access.user.degree }}</div>
</div>
<div class="row">
</div>
Expand Down
2 changes: 1 addition & 1 deletion jasmin_services/views/request_decide.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def get_success_url(self):
else:
return next
# Else redirect to the service.
return f"/services/{self.service.category.name}/{self.service.name}/"
return f"/services/{self.service.category.name}/{self.service.name}/requests/"

def get_context_data(self, **kwargs):
"""Add to the template context."""
Expand Down

0 comments on commit a485d7b

Please sign in to comment.