Refactored URLs to be more DRY, changed reverse lookups to use named url patterns.

This commit is contained in:
Chris Church
2013-04-27 23:19:28 -04:00
parent 48c0b1c6d5
commit 69a9916423
6 changed files with 297 additions and 277 deletions

View File

@@ -45,6 +45,9 @@ html body .str,
html body .atv {
color: #1778c3;
}
html body .str a {
text-decoration: underline;
}
</style>
{% endblock %}