##// END OF EJS Templates
Fixed style of 'no threads' text in the main page. Added translation for this string.
Fixed style of 'no threads' text in the main page. Added translation for this string.

File last commit:

r137:fe230882 merge 1.1
r143:d303170c 1.1
Show More
admin.py
7 lines | 183 B | text/x-python | PythonLexer
from django.contrib import admin
from boards.models import Post, Tag, User, Ban
admin.site.register(Post)
admin.site.register(Tag)
admin.site.register(User)
admin.site.register(Ban)