]> git.plutz.net Git - confetti/blobdiff - templates/cards.html.sh
rename attendees section to more generic "cards" to allow alternate views for vcards
[confetti] / templates / cards.html.sh
diff --git a/templates/cards.html.sh b/templates/cards.html.sh
new file mode 100755 (executable)
index 0000000..f1f039a
--- /dev/null
@@ -0,0 +1,9 @@
+case $PROFILE in
+medical)
+;;
+circus)
+  view_card=${0%/*}/view_attendee.sh
+  edit_card=${0%/*}/edit_attendee.sh
+  . ${0%/*}/attendees.html.sh
+;;
+esac