mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
Merge branch 'fix_cookie' into 'master'
fix issue #59 Closes #59 See merge request federez/re2o!43
This commit is contained in:
commit
b4187a80c0
1 changed files with 1 additions and 1 deletions
|
@ -49,8 +49,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
{% include "cookie_banner.html" %}
|
|
||||||
<div id="wrap">
|
<div id="wrap">
|
||||||
|
{% include "cookie_banner.html" %}
|
||||||
<nav class="navbar navbar-inverse">
|
<nav class="navbar navbar-inverse">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<div class="navbar-header">
|
<div class="navbar-header">
|
||||||
|
|
Loading…
Reference in a new issue