bugfix/ ATM View bug fix

This commit is contained in:
Reena-cell 2022-07-07 11:11:34 +02:00
parent 0936691a5b
commit 501acd2c83

View File

@ -1,4 +1,5 @@
{% extends 'base.html' %} {% load static %} {% block page_title %}{{ block.super }} / Atms{% endblock page_title %} {% block content %}
{% extends 'base.html' %} {% load static %} {% load i18n %}
{% block page_title %}{{ block.super }} / Atms{% endblock page_title %} {% block content %}
<div id="atms">
<h1>{% trans "ATM Detail" %}</h1>
<h2>{{ bank_id }} : {{ atm_id }}</h2>