1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-07 03:45:10 +01:00

Check whether a bookmark (url) already existed, redirect with a warning

This commit is contained in:
2016-07-21 16:00:05 +02:00
parent 5693f5d676
commit c7acf09cf9
2 changed files with 19 additions and 5 deletions

View File

@@ -17,6 +17,17 @@
</div>
</div>
{% endif %}
{% if message %}
<div class="col s12">
<div class="card-panel orange lighten-2">
<span class="white-text">
{{ message }}
</span>
</div>
</div>
{% endif %}
<form action="{{ url_for('addingbookmark', userkey=userkey) }}" method="POST">
<div class="input-field col s12">