add app name to follow good practice
This commit is contained in:
parent
c328717423
commit
c8c402e221
@ -1,7 +1,7 @@
|
|||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="4"><a href="{% url 'country' country.name_iso %}">{{ country.name }}</a><td>
|
<td colspan="4"><a href="{% url 'coinc:country' country.name_iso %}">{{ country.name }}</a><td>
|
||||||
<td colspan="2">x €</td>
|
<td colspan="2">x €</td>
|
||||||
<td colspan="9"></td>
|
<td colspan="9"></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -23,6 +23,7 @@ from django.urls import path
|
|||||||
from . import views
|
from . import views
|
||||||
|
|
||||||
|
|
||||||
|
app_name = 'coinc'
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
path('', views.index, name='index'),
|
path('', views.index, name='index'),
|
||||||
path('statistik', views.statistic, name='statistic'),
|
path('statistik', views.statistic, name='statistic'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user