Skip to content
Snippets Groups Projects
Commit fc7b9bd4 authored by Valentin Groues's avatar Valentin Groues :eyes:
Browse files

remove back button on appointment edit page

parent f5c55371
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -24,10 +24,7 @@
{% block content %}
<div class="row">
<p class="col-lg-3 pull-left">
<a href="javascript:history.back(1)" class="btn btn-block btn-default">Go
back (discard changes)</a>
</p>
{% if appointment.visit %}
<p class="col-md-2 pull-right">
<a href="{% url 'web.views.visit_details' appointment.visit.id %}" type="button"
......
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