Typo fix in template
This commit is contained in:
Joshua Hare 2025-05-14 10:23:37 +10:00
parent b6f9d2697e
commit 431bfb5a46

View File

@ -34,7 +34,11 @@
<div class="d-flex justify-content-between align-items-center mb-4">
<h2><i class="bi bi-journal-arrow-down me-2"></i>Manage FHIR Packages</h2>
<div>
<<<<<<< Updated upstream
<a href="{{ url_for('import_ig') }}" class="btn btn-success"><i class="bi bi-download me-1"></i> Import More IGs</a>
=======
<a href="{{ url_for('search_and_import') }}" class="btn btn-success"><i class="bi bi-download me-1"></i> Import More IGs</a>
>>>>>>> Stashed changes
</div>
</div>