summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcgi/view_meeting.py2
-rw-r--r--www/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/cgi/view_meeting.py b/cgi/view_meeting.py
index 92bf534..7c9a23d 100755
--- a/cgi/view_meeting.py
+++ b/cgi/view_meeting.py
@@ -44,5 +44,5 @@ meeting_data = extract_meeting(meeting_id)
print("Content-Type: text/plain")
print("")
-print("This is master")
+print("This is dev")
print(meeting_data)
diff --git a/www/index.html b/www/index.html
index e755277..158981d 100644
--- a/www/index.html
+++ b/www/index.html
@@ -14,7 +14,7 @@
<p>If you click the "Submit" button, the form-data will be sent to a page called "/view_meeting".</p>
-<h3>master</h3>
+<h3>dev</h3>
</body>
</html>