fixed add/rem author funtionality for bs5 and converted to svg icons away from fontawesome
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
|
||||
<div class="row px-3 my-5 col-6" style="border: 3px solid #5bc0de; border-radius: 15px;">
|
||||
<h3 class="my-3 text-center" style="color: #5bc0de">
|
||||
<svg width="64" height="64" fill="currentColor"><use xlink:href="{{url_for('static', filename='book.svg')}}#logo" /></svg> Book DB Login</h3>
|
||||
<svg width="64" height="64" fill="currentColor"><use xlink:href="{{url_for('static', filename='icons.svg')}}#logo" /></svg> Book DB Login</h3>
|
||||
<form class="" method="POST">
|
||||
<div class="input-group">
|
||||
<label for="username" class="text-right input-group-text col-4 text-info">Username:</label>
|
||||
|
||||
Reference in New Issue
Block a user