Skip to content

Commit

Permalink
Include contact details on DNH sticker
Browse files Browse the repository at this point in the history
  • Loading branch information
marksteward committed Oct 31, 2014
1 parent 14b8ce0 commit f12eaf4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions london.hackspace.org.uk/storage/print.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
<div id="qrcode"></div>
<h1>DO NOT HACK</h1>
<h1><?=$project->getName()?></h1>
<h3><?=htmlspecialchars($projectUser->getFullName())?></h3><br/>
<h3><?=htmlspecialchars($projectUser->getFullName())?></h3>
<h3><?=$projectUser->getEmail()?></h3>
<br/>
<h2>Removed by <?=$to->format('jS M Y')?></h2>
<strong><?=$project->getExtensionDuration()?> days maximum time extension</strong>
</div>
Expand All @@ -45,4 +47,4 @@
</script>
</div>
</body>
</html>
</html>

0 comments on commit f12eaf4

Please sign in to comment.