Browse Source

Fix iss48 annotation bug

pull/50/head
xinyi2016 5 years ago
parent
commit
1e501c5051
1 changed files with 2 additions and 2 deletions
  1. 4
      app/server/templates/annotation/annotation_base.html

4
app/server/templates/annotation/annotation_base.html

@ -2,8 +2,8 @@
{% load static %}
{% block header %}
<link rel="stylesheet" href="{% static 'css/annotation.css' %}">
<script src="https://unpkg.com/marked@0.3.6"></script>
<script src="https://unpkg.com/lodash@4.16.0"></script>
<script src="https://unpkg.com/marked@0.3.6/lib/marked.js"></script>
<script src="https://unpkg.com/lodash@4.16.0/lodash.js"></script>
{% endblock %}
{% block navigation %}
{% if user.is_superuser %}

Loading…
Cancel
Save