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:
Edward Betts 2026-02-08 12:34:50 +00:00
parent 08f5128e8d
commit ab012f9cf3

View file

@ -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>