Skip to content
Snippets Groups Projects
Commit 8aa8f537 authored by Carlos Vega's avatar Carlos Vega
Browse files

Closes #244 improved text message in button to go back

parent 1828caf1
No related branches found
No related tags found
1 merge request!175improved text message in button to go back
Pipeline #7059 passed
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,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.subject_edit' id %}" <a href="{% url 'web.views.subject_edit' id %}"
class="btn btn-block btn-default">Subject</a> class="btn btn-block btn-default">Go back to Subject (discard changes)</a>
{% if allow_add_visit %} {% if allow_add_visit %}
<a href="{% url 'web.views.visit_add' id %}" type="button" class="btn btn-block btn-default"> <a href="{% url 'web.views.visit_add' id %}" type="button" class="btn btn-block btn-default">
Add visit</a> Add visit</a>
......
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