diff --git a/js/dir_app.js b/js/dir_app.js
index 09ff283..2c32b7e 100644
--- a/js/dir_app.js
+++ b/js/dir_app.js
@@ -1135,6 +1135,12 @@ const ActivityList = Vue.component('activitylist', {
this.fetch_myevents()
},
methods: {
+ special_signup: function(activity_id) {
+ if (activity_id==1462 || activity_id==1455) {
+ return true;
+ }
+ return false;
+ },
get_day_index: function(dateStr) {
const date = new Date(dateStr);
const yyyy = date.getFullYear();
@@ -1354,11 +1360,16 @@ const ActivityList = Vue.component('activitylist', {
href="#"
class="px-3 py-1 text-sm font-medium rounded text-sm text-white bg-red-600 hover:underline">Cancel
- Sign Up
+ Sign Up
+
Edit