Change submit button to say Search and use btn-primary styling
Match the style of the category search page button. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
08f5128e8d
commit
ab012f9cf3
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
||||||
<input type="text" class="form-control" id="enwp" name="enwp" value="{{ enwp }}" required>
|
<input type="text" class="form-control" id="enwp" name="enwp" value="{{ enwp }}" required>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<input type="submit" value="Submit">
|
<input type="submit" class="btn btn-primary" value="Search">
|
||||||
<a href="{{ url_for('category_search') }}" class="btn btn-outline-secondary ms-2">Find articles by category</a>
|
<a href="{{ url_for('category_search') }}" class="btn btn-outline-secondary ms-2">Find articles by category</a>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue