rename dashboard html page
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
{% extends 'base.html' %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block title %} trans "Dashboard"{% endblock %}
|
||||
{% block title %}{% trans "Dashboard"%}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h2>{% trans "Dashboard" %}</h2>
|
||||
Reference in New Issue
Block a user