new features:
- database now ignoring duplicates isntead of failing - automatic loading of importer plugins - automatic tagging Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
<script src="/static/script/leaflet.js"></script>
|
||||
</head>
|
||||
<body class="event">
|
||||
<nav />
|
||||
<span id="buttons">
|
||||
<button title="create a copy of this event" onclick="window.top.location.href = location.href.replace('/static/event','/static/edit').replace('id=','copy=')">⧉ copy</button>
|
||||
<button title="edit the details of this event" onclick="window.top.location.href = location.href.replace('/static/event','/static/edit')">✍ edit</button>
|
||||
|
||||
Reference in New Issue
Block a user