SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 0fbae495 authored by Jorran de Wit's avatar Jorran de Wit
Browse files

Fix loading of tooltip package

parent 69d7b0c1
No related branches found
No related tags found
No related merge requests found
{% load guardian_tags %}
{% load scipost_extras %}
{% load submissions_extras %}
{% load render_bundle from webpack_loader %}
<h5 class="pb-0">{{submission.get_subject_area_display}}</h5>
......@@ -143,7 +142,3 @@
<div id="eventslist">
{% include 'submissions/submission_event_list.html' with events=submission.events.for_eic %}
</div>
{% block footer_script %}
{% render_bundle 'tooltip' 'js' %}
{% endblock %}
{% extends 'scipost/_personal_page_base.html' %}
{% load render_bundle from webpack_loader %}
{% block pagetitle %}: Editorial Administration{% endblock pagetitle %}
{% block breadcrumb_items %}
......@@ -7,6 +9,10 @@
<span class="breadcrumb-item">Editorial Administration</span>
{% endblock %}
{% block footer_script %}
{% render_bundle 'tooltip' 'js' %}
{% endblock %}
{% block content %}
<div class="row">
<div class="col-md-7">
......
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