Skip to content
Snippets Groups Projects
Commit 6e08448a authored by Piotr Gawron's avatar Piotr Gawron
Browse files

Merge branch 'improvement/back_buttons' into 'master'

improved text message in button to go back

Closes #244

See merge request NCER-PD/scheduling-system!175
parents 1828caf1 8aa8f537
No related branches found
No related tags found
1 merge request!175improved text message in button to go back
Pipeline #7067 passed
......@@ -24,7 +24,7 @@
<div class="box box-info">
<div class="box-header with-border">
<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 %}
<a href="{% url 'web.views.visit_add' id %}" type="button" class="btn btn-block btn-default">
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