mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-07 00:15:10 +01:00
Helpful texts
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
{% if bookmark.http_status == 404 %}
|
{% if bookmark.http_status == 404 %}
|
||||||
<i class="material-icons">report_problem</i> URL not found (404), broken/outdated link?
|
<i class="material-icons">report_problem</i> URL not found (404), broken/outdated link?
|
||||||
{% elif bookmark.http_status == 302 %}
|
{% elif bookmark.http_status == 302 %}
|
||||||
<i class="material-icons">report_problem</i> HTTP status (302), moved temporarily
|
<i class="material-icons">report_problem</i> HTTP status (302), moved temporarily. Use button for new target
|
||||||
{% else %}
|
{% else %}
|
||||||
<i class="material-icons">report_problem</i> HTTP status {{ bookmark.http_status }}
|
<i class="material-icons">report_problem</i> HTTP status {{ bookmark.http_status }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="input-field col s12">
|
<div class="input-field col s12">
|
||||||
<i class="material-icons prefix">description</i>
|
<i class="material-icons prefix">description</i>
|
||||||
<input placeholder="title" type="text" name="title" id="title" value="{{ bookmark.title }}" class="validate" />
|
<input placeholder="title (leave empty for autofetch)" type="text" name="title" id="title" value="{{ bookmark.title }}" class="validate" />
|
||||||
<label for="title">Title</label>
|
<label for="title">Title</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user