Skip to content

Commit

Permalink
reference edc_form_runners.issue data in changeform
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Nov 30, 2023
1 parent 307dac4 commit 9028605
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
{% block breadcrumbs %}{% endblock %}

{% block branding %}
{% show_navbar_for_admin_templates_b3 %}
{% show_navbar_for_admin_templates_b3 %}{{ opts.app_config.verbose_name }} › {{ opts.verbose_name }}
{% endblock %}

{% block welcome-msg %}{% endblock %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
<button type="button" class="btn btn-{% if LIVE_SYSTEM and not DEBUG %}live{% else %}test{% endif %}">{% if LIVE_SYSTEM and not DEBUG %}{{ LIVE|title }}{% else %}{{ TEST|title }}{% endif %}</button>
&nbsp;{{ protocol_name |default:project_name }}: {{ request.site.name|title }} ({{ request.site.id }})&nbsp;
<a href="/">{% translate 'Home' %}</a>&nbsp;&rsaquo;&nbsp;
{% if site_url %}<a href="{{ site_url }}">{% translate 'Administration' %}</a>&nbsp;&rsaquo;&nbsp;{% endif %}
{% if site_url %}<a href="{{ site_url }}">{% translate 'Administration' %}</a>&nbsp;&rsaquo;{% endif %}
<!-- end navbar_for_admin_templates -->

0 comments on commit 9028605

Please sign in to comment.