Editing Django's admin index <div id='module'> tag
- by zen
I am new to the Django framework.
On Django's admin index page I'd like to get rid of the "s" at the end of my model names.
Example:
<div class="module">
<table summary="Models available in the my application.">
<caption><a href="" class="section">My application</a></caption>
<tr>
…