Browse Source

Merge branch 'master' of git.xpub.nl:/var/www/git.xpub.nl/repos/xpub-lib

ansible-setup-and-deploy
ange 6 years ago
parent
commit
c874ec5da8
  1. 1
      app/templates/base.html
  2. 1
      app/templates/home.html
  3. 2
      app/templates/show_book_detail.html

1
app/templates/base.html

@ -15,7 +15,6 @@
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="stylesheet" href="/static/css/style.css">
<link rel="stylesheet" href="/static/js/jquery-ui-1.12.1.custom/jquery-ui.css">
{% block css %} {% endblock%}
</head>
<body>

1
app/templates/home.html

@ -26,6 +26,7 @@ Feel free to browse our catalogue, interfaced in many different ways.
</form>
</div>
{%endif%}
{{ chat.message }}
<div id="app" class="container">
<div class="messageback1"></div>

2
app/templates/show_book_detail.html

@ -111,7 +111,7 @@
<div style="padding-bottom:20px;">
<p>Annotations for <i>{{book.title}}</i>:</p>
<h2>Annotations for <i>{{book.title}}</i>:</h4>
{% for row in res%}
<hr>
<p style="font-family:archivo narrow;font-size:10px;">Extract</p>

Loading…
Cancel
Save