mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-26 19:10:26 +00:00
rename admin2_urls to admin2_tags
This commit is contained in:
parent
0e03d7a5b0
commit
3dcaeb4023
3 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{% extends "admin2/bootstrap/base.html" %}
|
||||
{% load admin2_urls %}
|
||||
{% load admin2_tags %}
|
||||
|
||||
{% block content %}
|
||||
<h3>Site administration</h3>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{% extends "admin2/bootstrap/base.html" %}
|
||||
{% load admin2_urls %}
|
||||
{% load admin2_tags %}
|
||||
|
||||
{% block content %}
|
||||
<div class="row">
|
||||
|
|
|
|||
Loading…
Reference in a new issue