Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. {% load notifications_tag %}
  2. {% extends "admin/base_site.html" %}
  3.  
  4. <!-- LOADING -->
  5. {% load i18n grp_tags log %}
  6.  
  7. <!-- JAVASCRIPTS -->
  8. {% block javascripts %}
  9. {{ block.super }}
  10. {% endblock %}
  11.  
  12. {% error_notifications %}
  13.  
  14. <!-- COLTYPE/BODYCLASS-- >
  15. {% block bodyclass %}dashboard{% endblock %}
  16. {% block content-class %}content-grid{% endblock %}
  17.  
  18. <!-- BREADCRUMBS -->
  19. ....
  20.  
  21. {% load notifications_tag %}
  22.  
  23. {% load notification_tag %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement