Skip to content

Commit

Permalink
Fix VC list view template
Browse files Browse the repository at this point in the history
Wrong header name.
  • Loading branch information
iDebugAll committed Nov 29, 2021
1 parent 57f99c7 commit c6ea590
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{% import_button 'plugins:phonebox_plugin:import_voice_circuits' %}
{% endif %}
</div>
<h1>{% block title %}Numbers{% endblock %}</h1>
<h1>{% block title %}Voice Circuits{% endblock %}</h1>
<div class="row">
<div class="col-md-9">
{% include 'utilities/obj_table.html' with bulk_delete_url="plugins:phonebox_plugin:voice_circuit_bulk_delete" bulk_edit_url="plugins:phonebox_plugin:voice_circuit_bulk_edit" %}
Expand Down

0 comments on commit c6ea590

Please sign in to comment.