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

when editing an appointment type, clicking cancel redirected you to the list of languages

parent 1ddc4054
No related branches found
No related tags found
1 merge request!304Resolve "two visits with the same dates"
......@@ -4,6 +4,9 @@ smasch (1.0.0~beta.6-1) unstable; urgency=low
number on the visit creation order basis (#369)
* bug fix: default value should be able to store longer values - the same as
possible text value (#373)
* bug fix: when editing an appointment type, clicking cancel redirected you
to the list of languages (#372)
-- Piotr Gawron <piotr.gawron@uni.lu> Wed, 24 Feb 2021 12:00:00 +0200
......
{% extends "languages/add_edit.html" %}
{% extends "appointment_types/add_edit.html" %}
{% block page_header %}Edit appointment type "{{ appointment_type.code }}"{% endblock page_header %}
......
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