Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
whats-open
Commits
43d26a96
Commit
43d26a96
authored
Mar 07, 2018
by
Daniel W Bond
Browse files
added page titles to both intermediate action templates
parent
c9b81db7
Changes
2
Show whitespace changes
Inline
Side-by-side
whats-open/api/templates/bulk_schedules_intermediate.html
View file @
43d26a96
{% extends "admin/base_site.html" %}
{% extends "admin/base_site.html" %}
{% block title %}
Set main schedule for multiple facilities
{{ block.super }}
{% endblock %}
{% block breadcrumbs %}
{% block breadcrumbs %}
<div
class=
"breadcrumbs"
>
<div
class=
"breadcrumbs"
>
<a
href=
"{% url 'admin:index' %}"
>
Home
</a>
<a
href=
"{% url 'admin:index' %}"
>
Home
</a>
...
...
whats-open/api/templates/bulk_special_schedules_intermediate.html
View file @
43d26a96
{% extends "admin/base_site.html" %}
{% extends "admin/base_site.html" %}
{% block title %}
Add special schedule to multiple facilities
{{ block.super }}
{% endblock %}
{% block breadcrumbs %}
{% block breadcrumbs %}
<div
class=
"breadcrumbs"
>
<div
class=
"breadcrumbs"
>
<a
href=
"{% url 'admin:index' %}"
>
Home
</a>
<a
href=
"{% url 'admin:index' %}"
>
Home
</a>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment