Files @ 2fbc85db8e1b
Branch filter:

Location: copyleftconf-website-fork/pinaxcon/registrasion/urls.py

Christopher Neugebauer
Increases margin on tight-headings so that there isn’t interaction between two adjacent H1/H2 blocks
1
2
3
4
5
6
7
from django.conf.urls import url

import views

urlpatterns = [
    url(r"^demopay/([0-9]+)/([A-Z0-9]+)$", views.demopay, name="demopay"),
]