Admin updates, added a few more related resources.

This commit is contained in:
Chris Church
2013-04-29 16:02:21 -04:00
parent 21f4e3a680
commit edbd9c42ff
8 changed files with 51 additions and 14 deletions

View File

@@ -75,6 +75,7 @@ $(function() {
$(this).html('"<a href=' + s + '>' + s.replace(/\"/g, '') + '</a>"');
}
});
$('.btn-primary').removeClass('btn-primary').addClass('btn-success');
});
</script>
{% endblock %}